Share via


AppserviceGithubToken Class

Definition

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