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

SourceCodeRepoAuthInfoUpdateContent 类

定义

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

public class SourceCodeRepoAuthInfoUpdateContent
type SourceCodeRepoAuthInfoUpdateContent = class
Public Class SourceCodeRepoAuthInfoUpdateContent
继承
SourceCodeRepoAuthInfoUpdateContent

构造函数

SourceCodeRepoAuthInfoUpdateContent()

初始化 SourceCodeRepoAuthInfoUpdateContent 的新实例。

属性

ExpiresIn

令牌保持有效的时间(秒)。

RefreshToken

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

Scope

访问令牌的范围。

Token

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

TokenType

身份验证令牌的类型。

适用于