UNPKG

botframework-connector

Version:

Bot Connector is autorest generated connector client.

12 lines 414 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectorFactory = void 0; /** * A factory class used to create ConnectorClients with appropriate credentials for the current appId. */ class ConnectorFactory { } exports.ConnectorFactory = ConnectorFactory; //# sourceMappingURL=connectorFactory.js.map