SourceControlSecurityTokenProperties Class
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.
public class SourceControlSecurityTokenProperties
type SourceControlSecurityTokenProperties = class
Public Class SourceControlSecurityTokenProperties
- Inheritance
-
SourceControlSecurityTokenProperties
Constructors
SourceControlSecurityTokenProperties() |
Initializes a new instance of the SourceControlSecurityTokenProperties class. |
SourceControlSecurityTokenProperties(String, String, String) |
Initializes a new instance of the SourceControlSecurityTokenProperties class. |
Properties
AccessToken |
Gets or sets the access token. |
RefreshToken |
Gets or sets the refresh token. |
TokenType |
Gets or sets the token type. Must be either PersonalAccessToken or Oauth. Possible values include: 'PersonalAccessToken', 'Oauth' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET