AppserviceGithubToken interface
Appservice CLI github 整合的 Github 存取權杖。
屬性
access |
Appservice CLI Github 整合的 Github 存取權杖 |
error |
如果無法取得權杖,錯誤訊息 |
got |
如果收到有效的 github 權杖,則為 True,否則為 False |
scope | github 存取權杖的範圍 |
token |
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