TokenResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 |
取得或設定權杖。 |