botbook/node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

12 lines
No EOL
310 B
TypeScript

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