Module hotp

Source
Expand description

Hmac-based One-Time Password (HOTP) functionality.

Structs§

CounterNotFoundErrorauth
Represents errors returned when the counter is not found in the OTP URL.
Errorauth
Represents errors that can occur when extracting HOTP configurations from OTP URLs.
Hotp
Represents HOTP configuration.
HotpBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

ErrorSourceauth
Represents sources of errors that can occur when extracting HOTP configurations from OTP URLs.

Constants§

COUNTERauth
The counter literal.

Type Aliases§

Owned
Represents owned Hotp.