Expand description
Base One-Time Password (OTP) functionality.
Structs§
- Base
- Represents OTP base configuration.
- Base
Builder - Use builder syntax to set the inputs and finish with
build()
. - Error
auth
- Represents errors that can occur when extracting the base from OTP URLs.
- Secret
NotFound Error auth
- Represents errors returned when the secret is not found in the OTP URL.
Enums§
- Error
Source auth
- Represents sources of errors that can occur when extracting base configurations from OTP URLs.
Constants§
- ALGORITHM
auth
- The
algorithm
literal. - DIGITS
auth
- The
digits
literal. - HALF_
BYTE - The half byte to extract the offset.
- MASK
- The mask used to extract relevant bits.
- SECRET
auth
- The
secret
literal.