summaryrefslogtreecommitdiff
path: root/docs/api/authentication.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/authentication.rst')
-rw-r--r--docs/api/authentication.rst35
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst
index 57f32327a..835d46de0 100644
--- a/docs/api/authentication.rst
+++ b/docs/api/authentication.rst
@@ -3,11 +3,28 @@
:mod:`pyramid.authentication`
--------------------------------
-Authentication Policies
-~~~~~~~~~~~~~~~~~~~~~~~
+Helper Classes
+~~~~~~~~~~~~~~
.. automodule:: pyramid.authentication
+ .. autoclass:: SessionAuthenticationHelper
+ :members:
+
+ .. autoclass:: AuthTktCookieHelper
+ :members:
+
+ .. autoclass:: HTTPBasicCredentials
+ :members:
+
+Helper Functions
+~~~~~~~~~~~~~~~~
+
+ .. autofunction:: extract_http_basic_credentials
+
+Authentication Policies
+~~~~~~~~~~~~~~~~~~~~~~~
+
.. autoclass:: AuthTktAuthenticationPolicy
:members:
:inherited-members:
@@ -27,17 +44,3 @@ Authentication Policies
.. autoclass:: RepozeWho1AuthenticationPolicy
:members:
:inherited-members:
-
-Helper Classes
-~~~~~~~~~~~~~~
-
- .. autoclass:: AuthTktCookieHelper
- :members:
-
- .. autoclass:: HTTPBasicCredentials
- :members:
-
-Helper Functions
-~~~~~~~~~~~~~~~~
-
- .. autofunction:: extract_http_basic_credentials