Documentation ¶
Index ¶
- type Context
- type Handler
- func (h *Handler) Callback(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Login(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Logout(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) UpdateRole(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
handlers.BaseContext
}
type Handler ¶
type Handler struct { handlers.BaseHandler OIDCAuth *oidc.Auth }
func (*Handler) UpdateRole ¶
func (*Handler) Wrap ¶
func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.