TokenResponse Class

Definition

Response schema sent back from Bot Framework Token Service, in response to a request to get or exchange a token for a user.

public class TokenResponse
type TokenResponse = class
Public Class TokenResponse
Inheritance
TokenResponse

Constructors

TokenResponse()

Initializes a new instance of the TokenResponse class.

TokenResponse(String, String, String, String)

Initializes a new instance of the TokenResponse class.

Properties

ChannelId

Gets or sets the channel ID.

ConnectionName

Gets or sets the connection name.

Expiration

Gets or sets the expiration.

Properties

Gets or sets extra propreties.

Token

Gets or sets the token.

Applies to