Files
2025-03-07 19:22:02 +01:00

11 lines
447 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