Share via


SourceControlSecurityTokenProperties Constructors

Definition

Overloads

SourceControlSecurityTokenProperties()

Initializes a new instance of the SourceControlSecurityTokenProperties class.

SourceControlSecurityTokenProperties(String, String, String)

Initializes a new instance of the SourceControlSecurityTokenProperties class.

SourceControlSecurityTokenProperties()

Initializes a new instance of the SourceControlSecurityTokenProperties class.

public SourceControlSecurityTokenProperties ();
Public Sub New ()

Applies to

SourceControlSecurityTokenProperties(String, String, String)

Initializes a new instance of the SourceControlSecurityTokenProperties class.

public SourceControlSecurityTokenProperties (string accessToken = default, string refreshToken = default, string tokenType = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties : string * string * string -> Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties
Public Sub New (Optional accessToken As String = Nothing, Optional refreshToken As String = Nothing, Optional tokenType As String = Nothing)

Parameters

accessToken
String

The access token.

refreshToken
String

The refresh token.

tokenType
String

The token type. Must be either PersonalAccessToken or Oauth. Possible values include: 'PersonalAccessToken', 'Oauth'

Applies to