共用方式為


TokenResponse 類別

定義

從 Bot Framework 權杖服務傳回的回應架構,以回應取得或交換使用者權杖的要求。

public class TokenResponse
type TokenResponse = class
Public Class TokenResponse
繼承
TokenResponse

建構函式

TokenResponse()

初始化 TokenResponse 類別的新執行個體。

TokenResponse(String, String, String, String)

初始化 TokenResponse 類別的新執行個體。

屬性

ChannelId

取得或設定通道識別碼。

ConnectionName

取得或設定連接名稱。

Expiration

取得或設定到期日。

Properties

取得或設定額外的屬性。

Token

取得或設定權杖。

適用於