MCPcopy Create free account
hub / github.com/ory/fosite / OpenIDConnectExplicitHandler

Struct OpenIDConnectExplicitHandler

handler/openid/flow_explicit_auth.go:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type OpenIDConnectExplicitHandler struct {
15 // OpenIDConnectRequestStorage is the storage for open id connect sessions.
16 OpenIDConnectRequestStorage OpenIDConnectRequestStorage
17 OpenIDConnectRequestValidator *OpenIDConnectRequestValidator
18
19 Config interface {
20 fosite.IDTokenLifespanProvider
21 }
22
23 *IDTokenHandleHelper
24}
25
26var _ fosite.AuthorizeEndpointHandler = (*OpenIDConnectExplicitHandler)(nil)
27var _ fosite.TokenEndpointHandler = (*OpenIDConnectExplicitHandler)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected