@microsoft/agents-hosting-teams
Version:
Microsoft 365 Agents SDK for JavaScript
13 lines • 421 B
JavaScript
;
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.verifyStateOperationName = void 0;
/**
* The operation name for verifying the state during sign-in.
* @type {string}
*/
exports.verifyStateOperationName = 'signin/verifyState';
//# sourceMappingURL=verifyStateOperationName.js.map