Class t.w.a.w.UnauthorizedResponse(http.StatusResponse):

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

A specialized response class for generating www-authenticate headers from the given CredentialFactory instances
Method __init__

Inherited from StatusResponse:

Method __repr__ Undocumented
def __init__(self, factories, remoteAddr=None): (source)
Parameterscodea response code in responsecode.RESPONSES.
descriptiona string description.
titlethe message title. If not specified or None, defaults to responsecode.RESPONSES[code].
API Documentation for twisted, generated by pydoctor.