UNPKG

piral-adal

Version:

Plugin to integrate AAD authentication in Piral.

11 lines (10 loc) 262 B
declare module 'piral-core/lib/types/custom' { interface PiletCustomApi extends PiletAdalApi { } } export interface PiletAdalApi { /** * Gets the currently valid access token, if any. */ getAccessToken(): Promise<string | undefined>; }