GitHubAccessTokenRequest Class

Get GitHub access token request definition.

Constructor

GitHubAccessTokenRequest(*args: Any, **kwargs: Any)

Variables

Name Description
git_hub_access_code
str

GitHub access code. Required.

git_hub_client_id
str

GitHub application client ID.

git_hub_client_secret

GitHub bring your own app client secret information.

git_hub_access_token_base_url
str

GitHub access token base URL. Required.

Attributes

git_hub_access_code

GitHub access code. Required.

git_hub_access_code: str

git_hub_access_token_base_url

GitHub access token base URL. Required.

git_hub_access_token_base_url: str

git_hub_client_id

GitHub application client ID.

git_hub_client_id: str | None

git_hub_client_secret

GitHub bring your own app client secret information.

git_hub_client_secret: _models.GitHubClientSecret | None