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

Method ValidateOAuthState

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

Source from the content-addressed store, hash-verified

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)
100
101 CreateUser(*config.Config, *User, 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