Documentation ¶
Index ¶
- func HandleAuthorizeCallbackRequest(ctx *utils.Context)
- func HandleAuthorizeRequest(ctx *utils.Context)
- func HandleDynamicClientCreation(ctx *utils.Context)
- func HandleDynamicClientDelete(ctx *utils.Context)
- func HandleDynamicClientRetrieve(ctx *utils.Context)
- func HandleDynamicClientUpdate(ctx *utils.Context)
- func HandleIntrospectionRequest(ctx *utils.Context)
- func HandleJWKSRequest(ctx *utils.Context)
- func HandleParRequest(ctx *utils.Context)
- func HandleTokenRequest(ctx *utils.Context)
- func HandleUserInfoRequest(ctx *utils.Context)
- func HandleWellKnownRequest(ctx *utils.Context)
- type CacheControlMiddleware
- type ClientCertificateMiddleware
- type WrapHandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAuthorizeRequest ¶
func HandleJWKSRequest ¶
func HandleParRequest ¶
func HandleTokenRequest ¶
func HandleUserInfoRequest ¶
func HandleWellKnownRequest ¶
Types ¶
type CacheControlMiddleware ¶
func NewCacheControlMiddleware ¶
func NewCacheControlMiddleware(next http.Handler) CacheControlMiddleware
func (CacheControlMiddleware) ServeHTTP ¶
func (handler CacheControlMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ClientCertificateMiddleware ¶
This middleware should be used when running the server in TLS mode and mTLS is enabled.
func NewClientCertificateMiddleware ¶
func NewClientCertificateMiddleware(next http.Handler) ClientCertificateMiddleware
func (ClientCertificateMiddleware) ServeHTTP ¶
func (handler ClientCertificateMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.