AuthInfo Class

Definition

The authorization properties for accessing the source code repository.

public class AuthInfo
type AuthInfo = class
Public Class AuthInfo
Inheritance
AuthInfo

Constructors

AuthInfo()

Initializes a new instance of the AuthInfo class.

AuthInfo(String, String, String, String, Nullable<Int32>)

Initializes a new instance of the AuthInfo class.

Properties

ExpiresIn

Gets or sets time in seconds that the token remains valid

RefreshToken

Gets or sets the refresh token used to refresh the access token.

Scope

Gets or sets the scope of the access token.

Token

Gets or sets the access token used to access the source control provider.

TokenType

Gets or sets the type of Auth token. Possible values include: 'PAT', 'OAuth'

Methods

Validate()

Validate the object.

Applies to