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

Method LoadCookiedSession

oauthproxy_test.go:925–927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

923}
924
925func (p *ProcessCookieTest) LoadCookiedSession() (*sessions.SessionState, error) {
926 return p.proxy.LoadCookiedSession(p.req)
927}
928
929func TestLoadCookiedSession(t *testing.T) {
930 pcTest, err := NewProcessCookieTestWithDefaults()

Calls

no outgoing calls

Tested by

no test coverage detected