// 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'
}
