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

AuthenticationRecord interface

用于在缓存中查找缓存令牌的记录。

属性

authority

关联的颁发机构(如果使用)。

clientId

关联的客户端 ID。

homeAccountId

家庭帐户 ID。

tenantId

关联的租户 ID。

username

已登录帐户的用户名。

属性详细信息

authority

关联的颁发机构(如果使用)。

authority: string

属性值

string

clientId

关联的客户端 ID。

clientId: string

属性值

string

homeAccountId

家庭帐户 ID。

homeAccountId: string

属性值

string

tenantId

关联的租户 ID。

tenantId: string

属性值

string

username

已登录帐户的用户名。

username: string

属性值

string