diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-13 14:35:29 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-13 14:35:29 -0400 |
| commit | d2973dd0356b88fc47b5f80e2bcef2783429c0c1 (patch) | |
| tree | f4a597af38bff79d6619f5320eb753e0a460f498 /docs/api/authentication.rst | |
| parent | 4eee4502714b27e5fe437db049d4c6ee8905aace (diff) | |
| download | pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.gz pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.tar.bz2 pyramid-d2973dd0356b88fc47b5f80e2bcef2783429c0c1.zip | |
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
``pyramid.interfaces.IAuthorizationPolicy`` public interfaces, and refer to
them within the ``pyramid.authentication`` and ``pyramid.authorization``
API docs.
- Render the function definitions for each exposed interface in
``pyramid.interfaces``.
Closes #167.
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index a6d4c1e18..bf7f8f8d5 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -18,6 +18,7 @@ Helper Classes ~~~~~~~~~~~~~~ .. autoclass:: AuthTktCookieHelper + :members: |
