commit | 30e574e8f0759a747f77e0e45fa5dbefeb44f3f0 | [log] [tgz] |
---|---|---|
author | Ayrx <terrycwk1994@gmail.com> | Sat Mar 15 21:51:04 2014 +0800 |
committer | Ayrx <terrycwk1994@gmail.com> | Sat Mar 15 21:51:04 2014 +0800 |
tree | a32b6765ba4ff5862c35b2b181443b2b181c6617 | |
parent | b8a9c9e6243716b353b0786dae1e6e7d94f474a8 [diff] [blame] |
Added backend check to twofactor primitives
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 48c4bca..e5010eb 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst
@@ -56,3 +56,9 @@ This is raised when the verify method of a one time password function's computed token does not match the expected token. +.. class:: UnsupportedInterface + + .. versionadded:: 0.3 + + This is raised when the provided backend does not support the required + interface.