mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Rename to security token to match STS (#21338)
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -469,14 +469,14 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Authentication token for the current session.
|
||||
*/
|
||||
token?: accounts.AccountSecurityToken | undefined;
|
||||
securityToken?: accounts.AccountSecurityToken | undefined;
|
||||
}
|
||||
|
||||
export interface ExpandNodeInfo {
|
||||
/**
|
||||
* Authentication token for the current session.
|
||||
*/
|
||||
token?: accounts.AccountSecurityToken | undefined;
|
||||
securityToken?: accounts.AccountSecurityToken | undefined;
|
||||
}
|
||||
// End Object Explorer interfaces ----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user