Interface t.w.a.d.IUsernameDigestHash(Interface):

Part of twisted.web2.auth.digest View Source View In Hierarchy

Known implementations: twisted.web2.auth.digest.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
def checkHash(self, digestHash): (source)
ParametersdigestHashThe hashed username:realm:password to check against.
Returnsa deferred which becomes, or a boolean indicating if the hash matches.
API Documentation for Twisted, generated by pydoctor at 2008-05-18 16:50:21.