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