SourceControlSecurityTokenProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET