Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MFA ¶
type MFA interface {
// GetValue returns the MFA value as a string.
GetValue() string
// contains filtered or unexported methods
}
MFA is an interface that stores some information for multi factor authentication.
type TOTPSecret ¶
type TOTPSecret struct {
// contains filtered or unexported fields
}
func NewTOTPSecret ¶
func NewTOTPSecret(value string) *TOTPSecret
func (*TOTPSecret) GetLDAPTOTPSecret ¶
func (t *TOTPSecret) GetLDAPTOTPSecret(protocol *config.LDAPSearchProtocol) string
func (*TOTPSecret) GetValue ¶
func (t *TOTPSecret) GetValue() string
type WebAuthn ¶
type WebAuthn struct {
Value string
}
func NewWebAuthn ¶
func (*WebAuthn) GetLDAPUniqueUserID ¶
func (w *WebAuthn) GetLDAPUniqueUserID(protocol *config.LDAPSearchProtocol) string
Click to show internal directories.
Click to hide internal directories.