Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBearerMiddleware ¶
func NewBearerMiddleware(_ logger.Logger) middleware.Middleware
NewBearerMiddleware returns a new oAuth2 middleware.
Types ¶
type Middleware ¶
type Middleware struct{}
Middleware is an oAuth2 authentication middleware.
func (*Middleware) GetHandler ¶
func (m *Middleware) GetHandler(metadata middleware.Metadata) (func(next http.Handler) http.Handler, error)
GetHandler retruns the HTTP handler provided by the middleware.
Click to show internal directories.
Click to hide internal directories.