共用方式為


AppserviceGithubTokenRequest 類別

Appservice Github 權杖要求內容。

必須填入所有必要的參數,才能傳送至 Azure。

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

建構函式

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

僅限關鍵字參數

名稱 Description
code
str

要交換 Github 存取權杖的程式碼字串。 必要。

state
str

用於驗證的狀態字串。 必要。

變數

名稱 Description
code
str

要交換 Github 存取權杖的程式碼字串。 必要。

state
str

用於驗證的狀態字串。 必要。