Module totp

Source
Expand description

Time-based One-Time Password (TOTP) functionality.

Structs§

Errorauth
Represents errors that can occur when extracting TOTP configurations from OTP URLs.
Totp
Represents TOTP configurations.
TotpBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

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

Constants§

PERIODauth
The period literal.

Type Aliases§

Owned
Represents owned Totp.