AppserviceGithubToken Class

Github access token for Appservice CLI github integration.

Inheritance
AppserviceGithubToken

Constructor

AppserviceGithubToken(*, access_token: Optional[str] = None, scope: Optional[str] = None, token_type: Optional[str] = None, got_token: Optional[bool] = None, error_message: Optional[str] = None, **kwargs)

Parameters

access_token
str
Required

Github access token for Appservice CLI github integration.

scope
str
Required

Scope of the github access token.

token_type
str
Required

token type.

got_token
bool
Required

True if valid github token received, False otherwise.

error_message
str
Required

Error message if unable to get token.