AppserviceGithubToken interface
Appservice CLI github 集成的 Github 访问令牌。
属性
| access |
Appservice CLI github 集成的 Github 访问令牌 |
| error |
如果无法获取令牌,则会出现错误消息 |
| got |
如果收到有效的 github 令牌,则为 True;否则为 False |
| scope | github 访问令牌的范围 |
| 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
标记类型
tokenType?: string
属性值
string