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

Function NewProcessCookieTestWithDefaults

oauthproxy_test.go:902–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

900}
901
902func NewProcessCookieTestWithDefaults() (*ProcessCookieTest, error) {
903 return NewProcessCookieTest(ProcessCookieTestOpts{
904 providerValidateCookieResponse: true,
905 })
906}
907
908func NewProcessCookieTestWithOptionsModifiers(modifiers ...OptionsModifier) (*ProcessCookieTest, error) {
909 return NewProcessCookieTest(ProcessCookieTestOpts{

Callers 3

TestLoadCookiedSessionFunction · 0.85
NewUserInfoEndpointTestFunction · 0.85

Calls 1

NewProcessCookieTestFunction · 0.85

Tested by

no test coverage detected