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

Struct GiteeAccessToken

oauth/gitee.go:16–23  ·  view source on GitHub ↗

gitee accesstoken 数据

Source from the content-addressed store, hash-verified

14
15//gitee accesstoken 数据
16type GiteeAccessToken struct {
17 AccessToken string `json:"access_token"`
18 TokenType string `json:"token_type"`
19 ExpiresIn int `json:"expires_in"`
20 RefreshToken string `json:"refresh_token"`
21 Scope string `json:"scope"`
22 CreatedAt int `json:"created_at"`
23}
24
25//gitee 用户数据
26//用户使用gitee登录的时候,直接根据gitee的id获取数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected