UNPKG

@microsoft/agents-hosting

Version:

Microsoft 365 Agents SDK for JavaScript

12 lines 386 B
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.tokenResponseEventName = void 0; /** * The event name used for token response activities. */ exports.tokenResponseEventName = 'tokens/response'; //# sourceMappingURL=tokenResponseEventName.js.map