AuthInfoUpdateParameters 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.
The authorization properties for accessing the source code repository.
public class AuthInfoUpdateParameters
type AuthInfoUpdateParameters = class
Public Class AuthInfoUpdateParameters
- Inheritance
-
AuthInfoUpdateParameters
Constructors
AuthInfoUpdateParameters() |
Initializes a new instance of the AuthInfoUpdateParameters class. |
AuthInfoUpdateParameters(String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the AuthInfoUpdateParameters 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' |
Applies to
Azure SDK for .NET