MCPcopy
hub / github.com/ory/hydra / AuthorizeEndpointHandlersProvider

Interface AuthorizeEndpointHandlersProvider

fosite/config.go:272–275  ·  view source on GitHub ↗

AuthorizeEndpointHandlersProvider returns the provider for configuring the authorize endpoint handlers.

Source from the content-addressed store, hash-verified

270
271// AuthorizeEndpointHandlersProvider returns the provider for configuring the authorize endpoint handlers.
272type AuthorizeEndpointHandlersProvider interface {
273 // GetAuthorizeEndpointHandlers returns the authorize endpoint handlers.
274 GetAuthorizeEndpointHandlers(ctx context.Context) AuthorizeEndpointHandlers
275}
276
277// TokenEndpointHandlersProvider returns the provider for configuring the token endpoint handlers.
278type TokenEndpointHandlersProvider interface {

Callers 1

NewAuthorizeResponseMethod · 0.65

Implementers 4

Configfositex/config.go
Configfosite/config_default.go
MockAuthorizeEndpointHandlersProviderfosite/internal/authorize_endpoint_han
MockAuthorizeEndpointHandlersProviderMockRecorderfosite/internal/authorize_endpoint_han

Calls

no outgoing calls

Tested by

no test coverage detected