UNPKG

piral-adal

Version:

Plugin to integrate AAD authentication in Piral.

11 lines (9 loc) 248 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>; }