UNPKG

@microsoft/agents-hosting

Version:

Microsoft 365 Agents SDK for JavaScript

6 lines (5 loc) 231 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. export const getTokenServiceEndpoint = (): string => { return process.env.TOKEN_SERVICE_ENDPOINT ?? 'https://api.botframework.com' }