MCPcopy
hub / github.com/writefreely/writefreely / writeAsOauthClient

Struct writeAsOauthClient

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

Source from the content-addressed store, hash-verified

9)
10
11type writeAsOauthClient 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 = writeAsOauthClient{}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected