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