Module digits

Source
Expand description

One-Time Password (OTP) digits.

Structs§

Digits
Represents the number of digits in OTPs.
Error
Represents errors that can occur during digits creation.
ParseError
Represents errors that occur when parsing Digits values.

Enums§

ParseErrorSource
Represents sources of errors that can occur when parsing Digits values.

Constants§

DEFAULT
The default digits value.
MAX
The maximum digits value.
MIN
The minimum digits value.