Commit iniziale
This commit is contained in:
12
node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts
generated
vendored
Normal file
12
node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user