How to use the botframework-connector.OAuthApiClient function in botframework-connector

To help you get started, we’ve selected a few botframework-connector examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / botbuilder-js / libraries / botbuilder / lib / botFrameworkAdapter.js View on Github external
createOAuthApiClient(serviceUrl) {
        return new botframework_connector_1.OAuthApiClient(this.createConnectorClient(serviceUrl));
    }
    /**