AppserviceGithubToken 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.
Github access token for Appservice CLI github integration.
public class AppserviceGithubToken
type AppserviceGithubToken = class
Public Class AppserviceGithubToken
- Inheritance
-
AppserviceGithubToken
Constructors
AppserviceGithubToken() |
Initializes a new instance of the AppserviceGithubToken class. |
AppserviceGithubToken(String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the AppserviceGithubToken class. |
Properties
AccessToken |
Gets or sets github access token for Appservice CLI github integration |
ErrorMessage |
Gets or sets error message if unable to get token |
GotToken |
Gets or sets true if valid github token received, False otherwise |
Scope |
Gets or sets scope of the github access token |
TokenType |
Gets or sets token type |
Applies to
Azure SDK for .NET