UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

13 lines 427 B
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.tokenExchangeOperationName = void 0; /** * The operation name for exchanging tokens during sign-in. * @type {string} */ exports.tokenExchangeOperationName = 'signin/tokenExchange'; //# sourceMappingURL=tokenExchangeOperationName.js.map