Part of twisted.web2.auth.digest View Source View In Hierarchy
| Method | __init__ | |
| Method | generateNonce | Undocumented |
| Method | generateOpaque | Undocumented |
| Method | getChallenge | Generate a challenge the client may respond to. |
| Method | decode | Create a credentials object from the given response. |
| Parameters | algorithm | case insensitive string that specifies the hash algorithm used, should
be either, md5, md5-sess or sha
(type: str
) |
| realm | case sensitive string that specifies the realm portion of the
challenge
(type: str
) |
| Parameters | peer | The client's address
(type: twisted.internet.interfaces.IAddress
) |
| Returns | dictionary of challenge arguments
(type: dict
) | |
| Parameters | response | scheme specific response string
(type: str
) |
| request | the request being processed
(type: twisted.web2.server.Request
) | |
| Returns | ICredentials | |