# Functions

NewMockHandler creates a new Mock implementation of the Handler interface.
NewOIDCHandler creates a new OIDC implementation of the Handler interface.

# Variables

ErrMissingLogoutRedirectURI is returned when the logout redirect uri is missing because it was not explicitly configured or the OIDC Discovery did not return it.

# Interfaces

Handler is an interface for handling authorization requests.