# Functions
FromOTPHash parses an OTP hash string to individual parts.
NewOTP returns a new OTP validator.
WithCodeLength configures the service with a length for random code generation.
WithDB configures the service with a redis DB.
WithIssuer configures the service with a TOTP issuing domain.
WithSecret sets a new versioned Secret on the client.
# Type aliases
ConfigOption configures the validator.