Versions in this module Expand all Collapse all v1 v1.0.47 Jan 26, 2024 Changes in this version + type APIKeyAuthConfig struct + Enabled bool + Realms map[string]interface{} + type Authenticator interface + APIKeyAuth func(*Request) error + BasicAuth func(*Request) error + GetName func() string + type BasicAuthConfig struct + Enabled bool + Realms map[string]interface{} + type Config struct + APIKeyAuth APIKeyAuthConfig + BasicAuth BasicAuthConfig + PortalName string + func ParseConfig(lines []string) (*Config, error) + type Request struct + Address string + Realm string + Response Response + Secret string + type Response struct + Name string + Payload string