AppserviceGithubToken Class
Github access token for Appservice CLI github integration.
Constructor
AppserviceGithubToken(*, access_token: str | None = None, scope: str | None = None, token_type: str | None = None, got_token: bool | None = None, error_message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
access_token
|
Github access token for Appservice CLI github integration. Default value: None
|
scope
|
Scope of the github access token. Default value: None
|
token_type
|
token type. Default value: None
|
got_token
|
True if valid github token received, False otherwise. Default value: None
|
error_message
|
Error message if unable to get token. Default value: None
|