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

AuthInfoUpdateParameters interface

用于访问源代码存储库的授权属性。

属性

expiresIn

令牌保持有效时间(以秒为单位)

refreshToken

用于刷新访问令牌的刷新令牌。

scope

访问令牌的范围。

token

用于访问源代码管理提供程序的访问令牌。

tokenType

身份验证令牌的类型。

属性详细信息

expiresIn

令牌保持有效时间(以秒为单位)

expiresIn?: number

属性值

number

refreshToken

用于刷新访问令牌的刷新令牌。

refreshToken?: string

属性值

string

scope

访问令牌的范围。

scope?: string

属性值

string

token

用于访问源代码管理提供程序的访问令牌。

token?: string

属性值

string

tokenType

身份验证令牌的类型。

tokenType?: string

属性值

string