Commit iniziale
This commit is contained in:
7
node_modules/@azure/msal-browser/dist/naa/AuthResult.d.ts
generated
vendored
Normal file
7
node_modules/@azure/msal-browser/dist/naa/AuthResult.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AccountInfo } from "./AccountInfo.js";
|
||||
import { TokenResponse } from "./TokenResponse.js";
|
||||
export type AuthResult = {
|
||||
token: TokenResponse;
|
||||
account: AccountInfo;
|
||||
};
|
||||
//# sourceMappingURL=AuthResult.d.ts.map
|
||||
Reference in New Issue
Block a user