UNPKG

botframework-connector

Version:

Bot Connector is autorest generated connector client.

21 lines 598 B
/** * @module botframework-connector */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { DefaultAzureCredential } from '@azure/identity'; export interface IJwtTokenProviderFactory { createAzureServiceTokenProvider(appId: string): DefaultAzureCredential; } /** * @inheritdoc */ export declare class JwtTokenProviderFactory implements IJwtTokenProviderFactory { /** * @inheritdoc */ createAzureServiceTokenProvider(appId: string): DefaultAzureCredential; } //# sourceMappingURL=jwtTokenProviderFactory.d.ts.map