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

Method HashOAuthState

pkg/cookies/csrf.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18// authentication flows.
19type CSRF interface {
20 HashOAuthState() string
21 HashOIDCNonce() string
22 CheckOAuthState(string) bool
23 CheckOIDCNonce(string) bool

Callers 2

doOAuthStartMethod · 0.95
getCallbackEndpointMethod · 0.95

Implementers 1

csrfpkg/cookies/csrf.go

Calls

no outgoing calls

Tested by 1

getCallbackEndpointMethod · 0.76