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

Method exchangeOauthCode

oauth.go:114–114  ·  view source on GitHub ↗
(ctx context.Context, code string)

Source from the content-addressed store, hash-verified

112 GetCallbackLocation() string
113 buildLoginURL(state string) (string, error)
114 exchangeOauthCode(ctx context.Context, code string) (*TokenResponse, error)
115 inspectOauthAccessToken(ctx context.Context, accessToken string) (*InspectResponse, error)
116}
117

Callers 1

viewOauthCallbackMethod · 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