Initial
This commit is contained in:
12
node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.d.ts
generated
vendored
Normal file
12
node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { MultiTenantTokenCredentialOptions } from "./multiTenantTokenCredentialOptions.js";
|
||||
/**
|
||||
* Provides options to configure the Visual Studio Code credential.
|
||||
*
|
||||
*/
|
||||
export interface VisualStudioCodeCredentialOptions extends MultiTenantTokenCredentialOptions {
|
||||
/**
|
||||
* Optionally pass in a Tenant ID to be used as part of the credential
|
||||
*/
|
||||
tenantId?: string;
|
||||
}
|
||||
//# sourceMappingURL=visualStudioCodeCredentialOptions.d.ts.map
|
||||
Reference in New Issue
Block a user