twisted.web.guard.DigestCredentialFactory(object) class documentationtwisted.web.guard
          View Source
          (View In Hierarchy)
        
      Implements interfaces: twisted.web.iweb.ICredentialFactory
Wrapper for digest.DigestCredentialFactory
that implements the ICredentialFactory
interface.
| Method | __init__ | Create the digest credential factory that this object wraps. | 
| Method | getChallenge | Generate the challenge for use in the WWW-Authenticate header | 
| Method | decode | Create a twisted.cred.credentials.DigestedCredentialsobject from the given response and request. | 
Create the digest credential factory that this object wraps.
Create a twisted.cred.credentials.DigestedCredentials
object from the given response and request.
| See Also | ICredentialFactory.decode | |