semblance-dev/node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts
2025-12-19 19:26:16 +00:00

13 lines
No EOL
335 B
TypeScript
Executable file

export type AccountInfo = {
homeAccountId?: string;
environment: string;
tenantId?: string;
username: string;
localAccountId?: string;
name?: string;
idToken?: string;
platformBrokerId?: string;
idTokenClaims?: object;
loginHint?: string;
};
//# sourceMappingURL=AccountInfo.d.ts.map