Rename to security token to match STS (#21338)

This commit is contained in:
Cheena Malhotra
2022-11-30 15:02:08 -08:00
committed by GitHub
parent 945a134018
commit 02e9f8d3ef
2 changed files with 4 additions and 4 deletions

View File

@@ -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 ----------------------------