AdaptiveCardAuthentication interface
Represents the authentication information for an adaptive card.
- Extends
Inherited Properties
connection |
The name of the connection. |
id | The unique identifier for the request. |
token | The token to be exchanged. |
Inherited Property Details
connectionName
The name of the connection.
connectionName: string
Property Value
string
Inherited From TokenExchangeInvokeRequest.connectionName
id
The unique identifier for the request.
id: string
Property Value
string
Inherited From TokenExchangeInvokeRequest.id
token
The token to be exchanged.
token: string
Property Value
string
Inherited From TokenExchangeInvokeRequest.token