Commit iniziale
This commit is contained in:
14
node_modules/@azure/msal-browser/dist/naa/TokenResponse.d.ts
generated
vendored
Normal file
14
node_modules/@azure/msal-browser/dist/naa/TokenResponse.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export type TokenResponse = {
|
||||
access_token: string;
|
||||
expires_in: number;
|
||||
id_token: string;
|
||||
properties: TokenResponseProperties | null;
|
||||
scope?: string;
|
||||
shr?: string;
|
||||
extendedLifetimeToken?: boolean;
|
||||
authority?: string;
|
||||
};
|
||||
export type TokenResponseProperties = {
|
||||
MATS?: string;
|
||||
};
|
||||
//# sourceMappingURL=TokenResponse.d.ts.map
|
||||
Reference in New Issue
Block a user