Redo user endpoint dynamic token (#827)

* Redo user endpoint dynamic token

* Fixes aad endpoint race condition, tenant switching, and account permissions

* Export const msalInstance

* Format

* fix import

* format

* Redo getMsalInstance

* format again

* Check for doc endpoint
This commit is contained in:
Zachary Foster
2021-05-27 16:18:44 -04:00
committed by GitHub
parent 75d01f655f
commit e41b52e265
5 changed files with 46 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ export interface HostedExplorerChildFrame extends Window {
}
export interface AAD {
aadToken: string;
authType: AuthType.AAD;
databaseAccount: DatabaseAccount;
authorizationToken: string;