@microsoft/agents-hosting
Version:
Microsoft 365 Agents SDK for JavaScript
11 lines • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTokenServiceEndpoint = void 0;
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const getTokenServiceEndpoint = () => {
var _a;
return (_a = process.env.TOKEN_SERVICE_ENDPOINT) !== null && _a !== void 0 ? _a : 'https://api.botframework.com';
};
exports.getTokenServiceEndpoint = getTokenServiceEndpoint;
//# sourceMappingURL=customUserTokenAPI.js.map