AppserviceGithubTokenRequest Class
Appservice Github token request content.
All required parameters must be populated in order to send to server.
Constructor
AppserviceGithubTokenRequest(*, code: str, state: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Code string to exchange for Github Access token. Required. |
state
|
State string used for verification. Required. |
Variables
Name | Description |
---|---|
code
|
Code string to exchange for Github Access token. Required. |
state
|
State string used for verification. Required. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python