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

EndpointAuthToken interface

服务令牌

属性

accessToken

终结点身份验证的访问令牌。

expiryTimeUtc

访问令牌到期时间(UTC)。

refreshAfterTimeUtc

一段时间后刷新访问令牌(UTC)。

tokenType

访问令牌类型。

属性详细信息

accessToken

终结点身份验证的访问令牌。

accessToken?: string

属性值

string

expiryTimeUtc

访问令牌到期时间(UTC)。

expiryTimeUtc?: number

属性值

number

refreshAfterTimeUtc

一段时间后刷新访问令牌(UTC)。

refreshAfterTimeUtc?: number

属性值

number

tokenType

访问令牌类型。

tokenType?: string

属性值

string