Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo authored Feb 29, 2024
1 parent 21e6304 commit 27c33d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,12 @@ pretty print database XML to file
TOTP
-------
**Entry.otp**
TOTP URI which can be passed to an OTP library to generate codes
.. code:: python
# find an entry which has otp attribute
>>> e = kp.find_entries(otp='.*', regex=True, first=True)
>>> import pyotp
Expand Down

0 comments on commit 27c33d0

Please sign in to comment.