UNPKG

wfw-ngx-adal-observable

Version:
29 lines (20 loc) 423 B
declare module 'adal-angular' { export function inject(config: adal.Config): adal.AuthenticationContext; } declare namespace adal { interface AuthenticationContext { REQUEST_TYPE: { LOGIN: string, RENEW_TOKEN: string, UNKNOWN: string }; callback: any; _getItem: any; _renewFailed: any; CONSTANTS: any; } } interface Window { AuthenticationContext: any; callBackMappedToRenewStates: any; }