Part of twisted.web.iweb View Source View In Hierarchy
Known implementations: twisted.cred.credentials.DigestedCredentials
Method | checkHash |
Parameters | digestHash | The hashed username:realm:password to check against. |
Returns | True if the credentials represented by this object match
the given hash, False if they do not, or a
Deferred which will be called back with one of these
values.
|