UNPKG

msal

Version:
11 lines (10 loc) 266 B
/** * @hidden */ export declare class AccessTokenKey { authority: string; clientId: string; scopes: string; homeAccountIdentifier: string; constructor(authority: string, clientId: string, scopes: string, uid: string, utid: string); }