UNPKG

nnanh3-msal-browser

Version:

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

20 lines 676 B
import { ICrypto } from "../crypto/ICrypto"; /** * Client info object which consists of two IDs. Need to add more info here. */ export declare type ClientInfo = { uid: string; utid: string; }; /** * Function to build a client info object from server clientInfo string * @param rawClientInfo * @param crypto */ export declare function buildClientInfo(rawClientInfo: string, crypto: ICrypto): ClientInfo; /** * Function to build a client info object from cached homeAccountId string * @param homeAccountId */ export declare function buildClientInfoFromHomeAccountId(homeAccountId: string): ClientInfo; //# sourceMappingURL=ClientInfo.d.ts.map