aimpress-chatbot/node_modules/botbuilder/lib/cloudChannelServiceHandler.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +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