diff options
| author | Michael Merickel <michael@merickel.org> | 2016-08-31 23:46:45 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-08-31 23:52:41 -0500 |
| commit | 0295ae858cb18bc280c6ace76fda44b4154a085c (patch) | |
| tree | 61703274877f29f2f982101db11cfd79bbe15baf /docs/api | |
| parent | f9a5c5ba01066dfc81805def6aac8dab9dde2d67 (diff) | |
| download | pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.tar.gz pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.tar.bz2 pyramid-0295ae858cb18bc280c6ace76fda44b4154a085c.zip | |
rename the credentials class
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index de2c73491..57f32327a 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -34,6 +34,8 @@ Helper Classes .. autoclass:: AuthTktCookieHelper :members: + .. autoclass:: HTTPBasicCredentials + :members: Helper Functions ~~~~~~~~~~~~~~~~ |
