共用方式為


CommunicationUserToken interface

已發行的令牌及其所簽發的使用者。

Extends

屬性

user

代表發行令牌的使用者

繼承的屬性

expiresOn

令牌的到期時間。

token

為用戶發出的存取令牌。

屬性詳細資料

user

代表發行令牌的使用者

user: CommunicationUserIdentifier

屬性值

繼承的屬性詳細資料

expiresOn

令牌的到期時間。

expiresOn: Date

屬性值

Date

繼承自CommunicationAccessToken.expiresOn

token

為用戶發出的存取令牌。

token: string

屬性值

string

繼承自CommunicationAccessToken.token