Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComponent ¶ added in v0.8.0
func NewComponent(opts *Opts) composer.FlowComponent
Types ¶
type Opts ¶
type Opts struct {
Cfg config.Map
// The Mux to register the basic authentication API with, if enabled.
Mux *http.ServeMux
DB db.SQLClient
// Directory where OAS for the auth APIs can be found.
OASDir string
// Enriches call flows with administrator metadata, if admin calls.
AdminSessionMiddleware basicapigen.StrictMiddlewareFunc
}
Click to show internal directories.
Click to hide internal directories.