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

Method GetClientID

oauth.go:111–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109type oauthClient interface {
110 GetProvider() string
111 GetClientID() string
112 GetCallbackLocation() string
113 buildLoginURL(state string) (string, error)
114 exchangeOauthCode(ctx context.Context, code string) (*TokenResponse, error)

Callers 1

viewOauthInitMethod · 0.65

Implementers 5

gitlabOauthClientoauth_gitlab.go
giteaOauthClientoauth_gitea.go
writeAsOauthClientoauth_writeas.go
genericOauthClientoauth_generic.go
slackOauthClientoauth_slack.go

Calls

no outgoing calls

Tested by

no test coverage detected