你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunicationUserToken interface

颁发的令牌及其颁发给的用户。

扩展

Pick<CommunicationIdentityToken, "token" | "expiresOn">

属性

user

表示颁发令牌的用户

继承属性

expiresOn

令牌的到期时间。

token

为标识颁发的令牌。

属性详细信息

user

表示颁发令牌的用户

user: CommunicationUserIdentifier

属性值

继承属性详细信息

expiresOn

令牌的到期时间。

expiresOn: Date

属性值

Date

继承自 Pick.expiresOn

token

为标识颁发的令牌。

token: string

属性值

string

继承自 Pick.代币