AdaptiveCardAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the structure that arrives in the Activity.Value.Authentication for Invoke activity with Name of 'adaptiveCard/action'.
public class AdaptiveCardAuthentication : Microsoft.Bot.Schema.TokenExchangeInvokeRequest
type AdaptiveCardAuthentication = class
inherit TokenExchangeInvokeRequest
Public Class AdaptiveCardAuthentication
Inherits TokenExchangeInvokeRequest
- Inheritance
Constructors
AdaptiveCardAuthentication() |
Properties
ConnectionName |
Gets or sets the connection name. (Inherited from TokenExchangeInvokeRequest) |
Id |
Gets or sets the id from the OAuthCard. (Inherited from TokenExchangeInvokeRequest) |
Properties |
Gets or sets extension data for overflow of properties. (Inherited from TokenExchangeInvokeRequest) |
Token |
Gets or sets the user token that can be exchanged. (Inherited from TokenExchangeInvokeRequest) |