Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 495 Bytes

File metadata and controls

32 lines (20 loc) · 495 Bytes

API References

.. rst-class:: lead

   Here are the list of API reference; it might be helpful for developers.


.. module:: otpauth

HOTP

Implementation of RFC4226, An HMAC-Based One-Time Password Algorithm.

.. autoclass:: HOTP
   :members:
   :inherited-members:

.. autofunction:: generate_hotp

TOTP

Implementation of RFC6238, Time-Based One-Time Password Algorithm.

.. autoclass:: TOTP
   :members:
   :inherited-members:

.. autofunction:: generate_totp