AdaptiveCardAuthentication Class

Definition

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
AdaptiveCardAuthentication

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)

Applies to