Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingDiscoveryEndpoint defines the error of an discovery endpoint is missing. ErrMissingDiscoveryEndpoint = fmt.Errorf("missing discovery endpoint") // Config stores the configuration mapped by the provider name for easier reference. Config = make(map[string]config.AuthProvider) )
Functions ¶
Types ¶
type Option ¶
type Option func(o *Options)
Option defines a single option function.
func WithConfig ¶
WithConfig provides a function to set the config option.
Click to show internal directories.
Click to hide internal directories.