TokenResponse interface
包含使用者令牌的回應
屬性
channel |
|
connection |
連接名稱 |
expiration | 令牌的到期日,格式為 ISO 8601(例如 “2007-04-05T14:30Z”) |
properties | 關於此響應的屬性集合,例如令牌輪詢參數 |
token | 使用者令牌 |
屬性詳細資料
channelId
channelId?: string
屬性值
string
connectionName
連接名稱
connectionName: string
屬性值
string
expiration
令牌的到期日,格式為 ISO 8601(例如 “2007-04-05T14:30Z”)
expiration: string
屬性值
string
properties
關於此響應的屬性集合,例如令牌輪詢參數
properties?: [key: string]: any
屬性值
[key: string]: any
token
使用者令牌
token: string
屬性值
string