Files
PayDirt/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialOptions.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

12 lines
450 B
TypeScript

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