Commit iniziale
This commit is contained in:
13
node_modules/@azure/msal-browser/dist/naa/BridgeAccountContext.d.ts
generated
vendored
Normal file
13
node_modules/@azure/msal-browser/dist/naa/BridgeAccountContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* AccountContext is used to pass account information when the bridge is initialized
|
||||
*
|
||||
* NAA (MetaOS) apps are created and destroyed for the same session multiple times.
|
||||
* `AccountContext` helps in booting up the cached account when the bridge
|
||||
* is recreated for a new NAA instance in the same auth session.
|
||||
*/
|
||||
export interface AccountContext {
|
||||
homeAccountId: string;
|
||||
environment: string;
|
||||
tenantId: string;
|
||||
}
|
||||
//# sourceMappingURL=BridgeAccountContext.d.ts.map
|
||||
Reference in New Issue
Block a user