MCPcopy
hub / github.com/tinode/chat / GetLogicalAuthHandler

Method GetLogicalAuthHandler

server/store/store.go:103–103  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

101 GetAuthNames() []string
102 GetAuthHandler(name string) auth.AuthHandler
103 GetLogicalAuthHandler(name string) auth.AuthHandler
104 GetValidator(name string) validate.Validator
105 GetMediaHandler() media.Handler
106 UseMediaHandler(name, config string) error

Callers 13

TestDispatchLoginFunction · 0.65
TestDispatchAccNewFunction · 0.65
accMethod · 0.65
loginMethod · 0.65
authSecretResetMethod · 0.65
onLoginMethod · 0.65
authFileRequestFunction · 0.65
replySetCredMethod · 0.65
replyCreateUserFunction · 0.65
replyUpdateUserFunction · 0.65
updateUserAuthFunction · 0.65
replyDelUserFunction · 0.65

Implementers 3

storeObjserver/store/store.go
MockPersistentStorageInterfaceserver/store/mock_store/mock_store.go
MockPersistentStorageInterfaceMockRecorderserver/store/mock_store/mock_store.go

Calls

no outgoing calls

Tested by 2

TestDispatchLoginFunction · 0.52
TestDispatchAccNewFunction · 0.52