AppserviceGithubToken interface
Github access token for Appservice CLI github integration.
Properties
| access |
Github access token for Appservice CLI github integration |
| error |
Error message if unable to get token |
| got |
True if valid github token received, False otherwise |
| scope | Scope of the github access token |
| token |
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