Documentation ¶ Index ¶ func New(opts *Opts) composertypes.FlowComponent func RegisterWith(cfg config.Map) (string, error) type Opts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(opts *Opts) composertypes.FlowComponent func RegisterWith ¶ func RegisterWith(cfg config.Map) (string, error) 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 } Source Files ¶ View all Source files authorizer.goconfig.go Directories ¶ Show internal Expand all Path Synopsis admin api method basic basic/api model util Click to show internal directories. Click to hide internal directories.