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

Struct Manager

pkg/sessions/persistence/manager.go:15–18  ·  view source on GitHub ↗

Manager wraps a Store and handles the implementation details of the sessions.SessionStore with its use of session tickets

Source from the content-addressed store, hash-verified

13// Manager wraps a Store and handles the implementation details of the
14// sessions.SessionStore with its use of session tickets
15type Manager struct {
16 Store Store
17 Options *options.Cookie
18}
19
20// NewManager creates a Manager that can wrap a Store and manage the
21// sessions.SessionStore implementation details

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected