class twisted.web.iweb.IUsernameDigestHash(ICredentials): (source)
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 |