1 | import { ChannelServiceHandlerBase } from './channelServiceHandlerBase';
|
2 | import { AuthenticationConfiguration, ClaimsIdentity, ICredentialProvider } from 'botframework-connector';
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare class ChannelServiceHandler extends ChannelServiceHandlerBase {
|
9 | private readonly credentialProvider;
|
10 | private readonly authConfig;
|
11 | protected readonly channelService: string;
|
12 | |
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | constructor(credentialProvider: ICredentialProvider, authConfig: AuthenticationConfiguration, channelService?: string);
|
20 | protected authenticate(authHeader: string): Promise<ClaimsIdentity>;
|
21 | }
|
22 | //# sourceMappingURL=channelServiceHandler.d.ts.map |
\ | No newline at end of file |