mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Hook up the command again (#9587)
This commit is contained in:
5
src/sql/azdata.d.ts
vendored
5
src/sql/azdata.d.ts
vendored
@@ -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 -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user