Fix access token refresh design (ADS only) (#21206)

This commit is contained in:
Cheena Malhotra
2022-11-21 19:35:00 -08:00
committed by GitHub
parent 8db40ab55f
commit 3b6ce47acc
5 changed files with 67 additions and 39 deletions

View File

@@ -176,7 +176,7 @@ export interface IConnectionManagementService {
isConnected(fileUri: string): boolean;
refreshAzureAccountTokenIfNecessary(uri: string): Promise<boolean>;
refreshAzureAccountTokenIfNecessary(uriOrConnectionProfile: string | ConnectionProfile): Promise<boolean>;
/**
* Returns true if the connection profile is connected
*/