AppserviceGithubToken interface

Github access token for Appservice CLI github integration.

Properties

accessToken

Github access token for Appservice CLI github integration

errorMessage

Error message if unable to get token

gotToken

True if valid github token received, False otherwise

scope

Scope of the github access token

tokenType

token type

Property Details

accessToken

Github access token for Appservice CLI github integration

accessToken?: string

Property Value

string

errorMessage

Error message if unable to get token

errorMessage?: string

Property Value

string

gotToken

True if valid github token received, False otherwise

gotToken?: boolean

Property Value

boolean

scope

Scope of the github access token

scope?: string

Property Value

string

tokenType

token type

tokenType?: string

Property Value

string