Module core

Source
Expand description

One-Time Password (OTP) enums.

The Otp enum contains Hotp and Totp as its variants.

Structs§

Errorauth
Represents errors that can occur when extracting OTP configurations from URLs.

Enums§

ErrorSourceauth
Represents sources of errors that can occur when extracting OTP configurations from URLs.
Otp
Represents either Hotp or Totp configuration.

Type Aliases§

Owned
Represents owned Otp.