MCPcopy
hub / github.com/writefreely/writefreely / gitlabOauthClient

Struct gitlabOauthClient

oauth_gitlab.go:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type gitlabOauthClient struct {
12 ClientID string
13 ClientSecret string
14 AuthLocation string
15 ExchangeLocation string
16 InspectLocation string
17 CallbackLocation string
18 HttpClient HttpClient
19}
20
21var _ oauthClient = gitlabOauthClient{}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected