共用方式為


AppserviceGithubToken interface

Appservice CLI Github 整合的 Github 存取令牌。

屬性

accessToken

Appservice CLI Github 整合的 Github 存取令牌

errorMessage

如果無法取得令牌,錯誤訊息

gotToken

如果收到有效的 github 令牌,則為 True,否則為 False

scope

github 存取令牌的範圍

tokenType

Token 類型

屬性詳細資料

accessToken

Appservice CLI Github 整合的 Github 存取令牌

accessToken?: string

屬性值

string

errorMessage

如果無法取得令牌,錯誤訊息

errorMessage?: string

屬性值

string

gotToken

如果收到有效的 github 令牌,則為 True,否則為 False

gotToken?: boolean

屬性值

boolean

scope

github 存取令牌的範圍

scope?: string

屬性值

string

tokenType

Token 類型

tokenType?: string

屬性值

string