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

Class CancelResponse

source code

object --+    
         |    
  Response --+
             |
            CancelResponse

A response with a status of CANCEL. Indicates that the user cancelled the OpenID authentication request.

Instance Methods [hide private]
  __init__(self, endpoint)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Class Variables [hide private]
  status = 'cancel'
CANCEL

Instance Variables [hide private]
  identity_url
The identity URL for which authenitcation was attempted, if it can be determined.

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, endpoint)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

status


CANCEL
Value:
'cancel'                                                               
      

Instance Variable Details [hide private]

identity_url


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