.. rst-class:: lead Here are the list of API reference; it might be helpful for developers.
.. module:: otpauth
Implementation of RFC4226, An HMAC-Based One-Time Password Algorithm.
.. autoclass:: HOTP :members: :inherited-members:
.. autofunction:: generate_hotp
Implementation of RFC6238, Time-Based One-Time Password Algorithm.
.. autoclass:: TOTP :members: :inherited-members:
.. autofunction:: generate_totp