Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ GetProvider
Method
GetProvider
oauth.go:110–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
109
type
oauthClient
interface
{
110
GetProvider() string
111
GetClientID() string
112
GetCallbackLocation() string
113
buildLoginURL(state string) (string, error)
Callers
2
viewOauthInit
Method · 0.65
configureOauthRoutes
Function · 0.65
Implementers
5
gitlabOauthClient
oauth_gitlab.go
giteaOauthClient
oauth_gitea.go
writeAsOauthClient
oauth_writeas.go
genericOauthClient
oauth_generic.go
slackOauthClient
oauth_slack.go
Calls
no outgoing calls
Tested by
no test coverage detected