UNPKG

nnanh3-msal-browser

Version:

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

9 lines 244 B
export declare type CcsCredential = { credential: string; type: CcsCredentialType; }; export declare enum CcsCredentialType { HOME_ACCOUNT_ID = "home_account_id", UPN = "UPN" } //# sourceMappingURL=CcsCredential.d.ts.map