MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / Load

Method Load

pkg/sessions/persistence/interfaces.go:15–15  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

13type Store interface {
14 Save(context.Context, string, []byte, time.Duration) error
15 Load(context.Context, string) ([]byte, error)
16 Clear(context.Context, string) error
17 Lock(key string) sessions.Lock
18 VerifyConnection(context.Context) error

Callers 8

LoadCookiedSessionMethod · 0.65
LoadMethod · 0.65
LoadSessionTestsFunction · 0.65
getValidatedSessionMethod · 0.65

Implementers 2

MockStorepkg/sessions/tests/mock_store.go
SessionStorepkg/sessions/redis/redis_store.go

Calls

no outgoing calls