Documentation
¶
Index ¶
- type Enumdeprecated
- type Multifactors
- type OTP
- type SearchMethod
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multifactors ¶ added in v0.10.0
type Multifactors struct {
OTP OTP
}
type OTP ¶ added in v0.10.0
type OTP struct {
Issuer string
CryptoMFA crypto.EncryptionAlgorithm
}
type SearchMethod ¶
type SearchMethod int32
const ( SearchMethodEquals SearchMethod = iota SearchMethodStartsWith SearchMethodContains SearchMethodEqualsIgnoreCase SearchMethodStartsWithIgnoreCase SearchMethodContainsIgnoreCase SearchMethodNotEquals SearchMethodGreaterThan SearchMethodLessThan SearchMethodIsOneOf SearchMethodListContains SearchMethodEndsWith SearchMethodEndsWithIgnoreCase )
Click to show internal directories.
Click to hide internal directories.