UNPKG

msal-iframe-ok

Version:

Fork to allow silent renewal in iFrame of Microsoft Authentication Library for js

11 lines (10 loc) 256 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); }