Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MFADuo ¶
type MFADuo struct { IKey string `yaml:"ikey"` SKey string `yaml:"skey"` Host string `yaml:"host"` UserAgent string `yaml:"user_agent"` }
func (*MFADuo) Configure ¶
Configure loads the configuration for the Authenticator from the global config.yaml file which is passed as a byte-slice. If no configuration for the Authenticator is supplied the function needs to return the plugins.ErrProviderUnconfigured
func (MFADuo) ProviderID ¶
ProviderID needs to return an unique string to identify this special MFA provider
Click to show internal directories.
Click to hide internal directories.