aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 22:11:56 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 22:11:56 -0600
commit3c0de81384cf5a176a412aac3663ed054ea446da (patch)
treea02e32e6fed266877693d281a032d040ff8e3ad6 /docs/exceptions.rst
parentd2f24580aa9e5f90c1011c2cfc7720077b74cd4d (diff)
parentc2e53409242f750f7966b5d1e45f62f9c818b07d (diff)
downloadcryptography-3c0de81384cf5a176a412aac3663ed054ea446da.tar.gz
cryptography-3c0de81384cf5a176a412aac3663ed054ea446da.tar.bz2
cryptography-3c0de81384cf5a176a412aac3663ed054ea446da.zip
Merge pull request #598 from Ayrx/hotp-impl
HOTP Implementation
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 1e31e31c..8ca9df29 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -36,3 +36,9 @@ Exceptions
This is raised when the verify method of a key derivation function's
computed key does not match the expected key.
+
+
+.. class:: InvalidToken
+
+ This is raised when the verify method of a one time password function's
+ computed token does not match the expected token.