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
 
__init__(self, endpoint)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from Response: getDisplayIdentifier, setEndpoint

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

Class Variables
  status = 'cancel'
CANCEL
Instance Variables
  identity_url
The identity URL for which authenitcation was attempted, if it can be determined.
Properties

Inherited from object: __class__

Method Details

__init__(self, endpoint)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details

identity_url

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