mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
Enable SQL Auth Provider support (#21903)
This commit is contained in:
@@ -33,10 +33,10 @@ export class TelemetryParams {
|
||||
|
||||
// ------------------------------- < Security Token Request > ------------------------------------------
|
||||
export interface RequestSecurityTokenParams {
|
||||
authority: string;
|
||||
provider: string;
|
||||
authority: string;
|
||||
resource: string;
|
||||
scope: string;
|
||||
scopes: string[];
|
||||
}
|
||||
|
||||
export interface RequestSecurityTokenResponse {
|
||||
|
||||
Reference in New Issue
Block a user