GitHubAccessTokenRequest 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.
Get GitHub access token request definition.
public class GitHubAccessTokenRequest
type GitHubAccessTokenRequest = class
Public Class GitHubAccessTokenRequest
- Inheritance
-
GitHubAccessTokenRequest
Constructors
GitHubAccessTokenRequest() |
Initializes a new instance of the GitHubAccessTokenRequest class. |
GitHubAccessTokenRequest(String, String, String, GitHubClientSecret) |
Initializes a new instance of the GitHubAccessTokenRequest class. |
Properties
GitHubAccessCode |
Gets or sets gitHub access code. |
GitHubAccessTokenBaseUrl |
Gets or sets gitHub access token base URL. |
GitHubClientId |
Gets or sets gitHub application client ID. |
GitHubClientSecret |
Gets or sets gitHub bring your own app client secret information. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET