AdaptiveCardAuthentication interface

Defines the structure that arrives in the Activity.Value.Authentication for Invoke activity with Name of 'adaptiveCard/action'.

Extends

Inherited Properties

connectionName

The connection name.

id

The id from the OAuthCard.

token

The user token that can be exchanged.

Inherited Property Details

connectionName

The connection name.

connectionName: string

Property Value

string

Inherited From TokenExchangeInvokeRequest.connectionName

id

The id from the OAuthCard.

id: string

Property Value

string

Inherited From TokenExchangeInvokeRequest.id

token

The user token that can be exchanged.

token: string

Property Value

string

Inherited From TokenExchangeInvokeRequest.token