TokenExchangeState Class

Definition

State object passed to the bot token service.

public class TokenExchangeState
type TokenExchangeState = class
Public Class TokenExchangeState
Inheritance
TokenExchangeState

Constructors

TokenExchangeState()

Properties

BotUrl

Gets or sets the URL of the bot messaging endpoint.

ConnectionName

Gets or sets the connection name that was used.

Conversation

Gets or sets a reference to the conversation.

MsAppId

Gets or sets the bot's registered application ID.

RelatesTo

Gets or sets a reference to a related parent conversation for this token exchange.

Applies to