MCPcopy
hub / github.com/zitadel/oidc / UserStore

Interface UserStore

example/server/storage/user.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type UserStore interface {
38 GetUserByID(string) *User
39 GetUserByUsername(string) *User
40 ExampleClientID() string
41}
42
43type userStore struct {
44 users map[string]*User

Callers 5

setUserinfoMethod · 0.65
CheckUsernamePasswordMethod · 0.65
NewStorageWithClientsFunction · 0.65

Implementers 1

userStoreexample/server/storage/user.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…