api

package
v0.0.0-...-e0d3fc9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleAuthorizeCallbackRequest

func HandleAuthorizeCallbackRequest(ctx *utils.Context)

func HandleAuthorizeRequest

func HandleAuthorizeRequest(ctx *utils.Context)

func HandleDynamicClientCreation

func HandleDynamicClientCreation(ctx *utils.Context)

func HandleDynamicClientDelete

func HandleDynamicClientDelete(ctx *utils.Context)

func HandleDynamicClientRetrieve

func HandleDynamicClientRetrieve(ctx *utils.Context)

func HandleDynamicClientUpdate

func HandleDynamicClientUpdate(ctx *utils.Context)

func HandleIntrospectionRequest

func HandleIntrospectionRequest(ctx *utils.Context)

func HandleJWKSRequest

func HandleJWKSRequest(ctx *utils.Context)

func HandleParRequest

func HandleParRequest(ctx *utils.Context)

func HandleTokenRequest

func HandleTokenRequest(ctx *utils.Context)

func HandleUserInfoRequest

func HandleUserInfoRequest(ctx *utils.Context)

func HandleWellKnownRequest

func HandleWellKnownRequest(ctx *utils.Context)

Types

type CacheControlMiddleware

type CacheControlMiddleware struct {
	NextHandler http.Handler
}

func NewCacheControlMiddleware

func NewCacheControlMiddleware(next http.Handler) CacheControlMiddleware

func (CacheControlMiddleware) ServeHTTP

func (handler CacheControlMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ClientCertificateMiddleware

type ClientCertificateMiddleware struct {
	NextHandler http.Handler
}

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)

type WrapHandlerFunc

type WrapHandlerFunc func(nextHandler http.Handler) http.Handler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL