aimpress-chatbot/node_modules/botframework-connector/lib/auth/index.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

46 lines
No EOL
1.9 KiB
TypeScript

/**
* @module botframework-connector
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './allowedCallersClaimsValidator';
export * from './appCredentials';
export * from './aseChannelValidation';
export * from './authenticateRequestResult';
export * from './authenticationConfiguration';
export * from './authenticationConstants';
export * from './authenticationError';
export * from './authenticatorResult';
export * from './botFrameworkAuthentication';
export * from './botFrameworkAuthenticationFactory';
export * from './certificateAppCredentials';
export * from './certificateServiceClientCredentialsFactory';
export * from './channelValidation';
export * from './claimsIdentity';
export * from './connectorFactory';
export * from './credentialProvider';
export * from './emulatorValidation';
export * from './endorsementsValidator';
export * from './enterpriseChannelValidation';
export * from './federatedAppCredentials';
export * from './federatedServiceClientCredentialsFactory';
export * from './governmentChannelValidation';
export * from './governmentConstants';
export * from './jwtTokenProviderFactory';
export * from './jwtTokenValidation';
export * from './managedIdentityAppCredentials';
export * from './managedIdentityAuthenticator';
export * from './managedIdentityServiceClientCredentialsFactory';
export * from './microsoftAppCredentials';
export * from './microsoftGovernmentAppCredentials';
export * from './passwordServiceClientCredentialFactory';
export * from './serviceClientCredentialsFactory';
export * from './skillValidation';
export * from './tokenValidationParameters';
export * from './userTokenClient';
export { MsalAppCredentials } from './msalAppCredentials';
export { MsalServiceClientCredentialsFactory } from './msalServiceClientCredentialsFactory';
export { TokenCredentials } from './tokenCredentials';
//# sourceMappingURL=index.d.ts.map