mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Refresh token with SqlToolService session update (#21308)
This commit is contained in:
16
src/sql/azdata.proposed.d.ts
vendored
16
src/sql/azdata.proposed.d.ts
vendored
@@ -446,6 +446,22 @@ declare module 'azdata' {
|
||||
showOnConnectionDialog?: boolean;
|
||||
}
|
||||
|
||||
// Object Explorer interfaces --------------------------------
|
||||
export interface ObjectExplorerSession {
|
||||
/**
|
||||
* Authentication token for the current session.
|
||||
*/
|
||||
token?: accounts.AccountSecurityToken | undefined;
|
||||
}
|
||||
|
||||
export interface ExpandNodeInfo {
|
||||
/**
|
||||
* Authentication token for the current session.
|
||||
*/
|
||||
token?: accounts.AccountSecurityToken | undefined;
|
||||
}
|
||||
// End Object Explorer interfaces ----------------------------
|
||||
|
||||
export interface TaskInfo {
|
||||
targetLocation?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user