aimpress-chatbot/node_modules/@azure/identity/dist/browser/credentials/multiTenantTokenCredentialOptions.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

12 lines
No EOL
613 B
TypeScript

import type { TokenCredentialOptions } from "../tokenCredentialOptions.js";
/**
* Options for multi-tenant applications which allows for additionally allowed tenants.
*/
export interface MultiTenantTokenCredentialOptions extends TokenCredentialOptions {
/**
* For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.
* Add the wildcard value "*" to allow the credential to acquire tokens for any tenant the application is installed.
*/
additionallyAllowedTenants?: string[];
}
//# sourceMappingURL=multiTenantTokenCredentialOptions.d.ts.map