TokenResponse interface

包含用户令牌的响应

属性

channelId
connectionName

连接名称

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