Documentation ¶
Index ¶
Constants ¶
View Source
const (
BrowserLogoutPath = "/self-service/browser/flows/logout"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(d handlerDependencies, c configuration.Provider) *Handler
func (*Handler) RegisterPublicRoutes ¶
func (h *Handler) RegisterPublicRoutes(router *x.RouterPublic)
type HandlerProvider ¶
type HandlerProvider interface {
LogoutHandler() *Handler
}
Click to show internal directories.
Click to hide internal directories.