UNPKG

@microsoft/agents-hosting

Version:

Microsoft 365 Agents SDK for JavaScript

11 lines (10 loc) 337 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { TokenExchangeInvokeRequest } from './tokenExchangeInvokeRequest'; /** * Represents the authentication information for an adaptive card. */ export interface AdaptiveCardAuthentication extends TokenExchangeInvokeRequest { }