共用方式為


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