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

Interface OAuthDatastoreProvider

oauth.go:87–91  ·  view source on GitHub ↗

OAuthDatastoreProvider provides a minimal interface of data store, config, and session store for use with the oauth handlers.

Source from the content-addressed store, hash-verified

85// OAuthDatastoreProvider provides a minimal interface of data store, config,
86// and session store for use with the oauth handlers.
87type OAuthDatastoreProvider interface {
88 DB() OAuthDatastore
89 Config() *config.Config
90 SessionStore() sessions.Store
91}
92
93// OAuthDatastore provides a minimal interface of data store methods used in
94// oauth functionality.

Callers 11

configureOauthRoutesFunction · 0.65
configureSlackOauthFunction · 0.65
configureWriteAsOauthFunction · 0.65
configureGitlabOauthFunction · 0.65
configureGenericOauthFunction · 0.65
configureGiteaOauthFunction · 0.65
configureOauthRoutesFunction · 0.65
viewLoginFunction · 0.65
viewSettingsFunction · 0.65
configureOauthRoutesFunction · 0.65
NewHandlerFunction · 0.65

Implementers 2

Appapp.go

Calls

no outgoing calls

Tested by

no test coverage detected