Part of twisted.web2.auth View Source
| Class | UnauthorizedResponse | A specialized response class for generating www-authenticate headers 
from the given CredentialFactory instances
 | 
  
| Class | HTTPAuthResource | I wrap a resource to prevent it being accessed unless the authentication can be completed using the credential factory, portal, and interfaces specified. |