aimpress-chatbot/node_modules/botbuilder/lib/cloudChannelServiceHandler.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

14 lines
No EOL
688 B
TypeScript

import { BotFrameworkAuthentication, ClaimsIdentity } from 'botframework-connector';
import { ChannelServiceHandlerBase } from './channelServiceHandlerBase';
/**
* A class to help with the implementation of the Bot Framework protocol using [BotFrameworkAuthentication](xref:botframework-connector.BotFrameworkAuthentication).
*/
export declare class CloudChannelServiceHandler extends ChannelServiceHandlerBase {
private readonly auth;
/**
* @param auth Bot framework authentication
*/
constructor(auth: BotFrameworkAuthentication);
protected authenticate(authHeader: string): Promise<ClaimsIdentity>;
}
//# sourceMappingURL=cloudChannelServiceHandler.d.ts.map