twisted.web.iweb.IUsernameDigestHash(ICredentials) interface documentationtwisted.web.iweb
(View In Hierarchy)
Known implementations: twisted.cred.credentials.DigestedCredentials
This credential is used when a CredentialChecker has access to the hash of the username:realm:password as in an Apache .htdigest file.
| Method | checkHash | 
| Parameters | digestHash | The hashed username:realm:password to check against. | 
| Returns | Trueif the credentials represented by this object match the 
given hash,Falseif they do not, or aDeferredwhich
will be called back with one of these values. | |