MCPcopy Index your code
hub / github.com/writefreely/writefreely / genericOauthClient

Struct genericOauthClient

oauth_generic.go:23–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type genericOauthClient struct {
24 ClientID string
25 ClientSecret string
26 AuthLocation string
27 ExchangeLocation string
28 InspectLocation string
29 CallbackLocation string
30 Scope string
31 MapUserID string
32 MapUsername string
33 MapDisplayName string
34 MapEmail string
35 HttpClient HttpClient
36}
37
38var _ oauthClient = genericOauthClient{}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected