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

Method GetIDForRemoteUser

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

Source from the content-addressed store, hash-verified

94// oauth functionality.
95type OAuthDatastore interface {
96 GetIDForRemoteUser(context.Context, string, string, string) (int64, error)
97 RecordRemoteUserID(context.Context, int64, string, string, string, string) error
98 ValidateOAuthState(context.Context, string) (string, string, int64, string, error)
99 GenerateOAuthState(context.Context, string, string, int64, string) (string, error)

Callers 1

viewOauthCallbackMethod · 0.65

Implementers 2

datastoredatabase.go
MockOAuthDatastoreoauth_test.go

Calls

no outgoing calls

Tested by

no test coverage detected