Hook up the command again (#9587)

This commit is contained in:
Amir Omidi
2020-03-12 12:26:28 -07:00
committed by GitHub
parent 8196f86386
commit c9170aaf0e
6 changed files with 17 additions and 2 deletions

5
src/sql/azdata.d.ts vendored
View File

@@ -2300,6 +2300,11 @@ declare module 'azdata' {
* and call the end OAuth method.
*/
autoOAuthCancelled(): Thenable<void>;
/**
* Clears token cache
*/
clearTokenCache(): Thenable<void>;
}
// Resource provider interfaces -----------------------------------------------------------------------