mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
Cache access tokens in local cache file to prevent MSAL throttling (#22763)
This commit is contained in:
6
extensions/azurecore/src/azurecore.d.ts
vendored
6
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -35,8 +35,11 @@ declare module 'azurecore' {
|
||||
/**
|
||||
* Auth type of azure used to authenticate this account.
|
||||
*/
|
||||
azureAuthType?: AzureAuthType
|
||||
azureAuthType?: AzureAuthType;
|
||||
|
||||
/**
|
||||
* Provider settings for account.
|
||||
*/
|
||||
providerSettings: AzureAccountProviderMetadata;
|
||||
|
||||
/**
|
||||
@@ -53,7 +56,6 @@ declare module 'azurecore' {
|
||||
* A list of tenants (aka directories) that the account belongs to
|
||||
*/
|
||||
tenants: Tenant[];
|
||||
|
||||
}
|
||||
|
||||
export const enum AzureAuthType {
|
||||
|
||||
Reference in New Issue
Block a user