AppserviceGithubTokenRequest クラス

Appservice Github トークン要求のコンテンツ。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.web._serialization.Model
AppserviceGithubTokenRequest

コンストラクター

AppserviceGithubTokenRequest(*, code: str, state: str, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
code
str

Github Access トークンと交換するコード文字列。 必須。

state
str

検証に使用される状態文字列。 必須。

変数

名前 説明
code
str

Github Access トークンと交換するコード文字列。 必須。

state
str

検証に使用される状態文字列。 必須。