Crate totp_sos

source ·
Expand description

This library was a fork of totp-rs that is no longer maintained, instead all the features we needed have been merged into totp-rs so use that crate instead.

Structs

  • TOTP holds informations as to how to generate an auth code and validate it. Its secret field is sensitive data, treat it accordingly

Enums

Type Aliases

  • Result type for the TOTP library.