Package openid :: Package consumer :: Module consumer :: Class FailureResponse
[frames | no frames]

Type FailureResponse

object --+    
         |    
  Response --+
             |
            FailureResponse


A response with a status of FAILURE. Indicates that the OpenID protocol has failed. This could be locally or remotely triggered.
Method Summary
  __init__(self, endpoint, message, contact, reference)
  __repr__(self)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Instance Variable Summary
  identity_url: The identity URL for which authenitcation was attempted, if it can be determined.
  message: A message indicating why the request failed, if one is supplied.

Class Variable Summary
str status: FAILURE

Instance Variable Details

identity_url

The identity URL for which authenitcation was attempted, if it can be determined. Otherwise, None.

message

A message indicating why the request failed, if one is supplied. otherwise, None.

Class Variable Details

status

FAILURE
Type:
str
Value:
'failure'                                                              

Generated by Epydoc 2.1 on Fri Dec 14 16:10:53 2007 http://epydoc.sf.net