MCPcopy Create free account
hub / github.com/TruthHun/BookStack / GithubAccessToken

Struct GithubAccessToken

oauth/github.go:15–19  ·  view source on GitHub ↗

GitHub accesstoken 数据

Source from the content-addressed store, hash-verified

13
14//GitHub accesstoken 数据
15type GithubAccessToken struct {
16 AccessToken string `json:"access_token"`
17 TokenType string `json:"token_type"`
18 Scope string `json:"scope"`
19}
20
21//GitHub 用户数据
22//用户使用GitHub登录的时候,直接根据GitHub的id获取数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected