Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequestAuthenticator ¶
func NewRequestAuthenticator(context RequestContext, auth authenticator.Request, failed http.Handler, handler http.Handler) http.Handler
Types ¶
type RequestContext ¶
type RequestContext interface {
Set(*http.Request, interface{})
Remove(*http.Request)
}
Click to show internal directories.
Click to hide internal directories.