UNPKG

nnanh3-msal-browser

Version:

Thư viện đã custom của azure masl có common kèm trong

10 lines 267 B
/** * Type representing a unique request thumbprint. */ export declare type RequestThumbprint = { clientId: string; authority: string; scopes: Array<string>; homeAccountIdentifier?: string; }; //# sourceMappingURL=RequestThumbprint.d.ts.map