summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_digest.rst
blob: f45d07552b0410ba3325d80aed04aa1ee3cc69d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*******************************
:mod:`cherrypy.lib.auth_digest`
*******************************

.. automodule:: cherrypy.lib.auth_digest

Classes
=======

.. autoclass:: HttpDigestAuthorization
   :members:

Functions
=========

.. autofunction:: get_ha1_dict_plain

.. autofunction:: get_ha1_dict

.. autofunction:: get_ha1_file_htdigest

.. autofunction:: synthesize_nonce

.. autofunction:: www_authenticate

.. autofunction:: digest_auth