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

Type CancelResponse

object --+    
         |    
  Response --+
             |
            CancelResponse


A response with a status of CANCEL. Indicates that the user cancelled the OpenID authentication request.
Method Summary
  __init__(self, endpoint)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variable Summary
  identity_url: The identity URL for which authenitcation was attempted, if it can be determined.

Class Variable Summary
str status: CANCEL

Instance Variable Details

identity_url

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

Class Variable Details

status

CANCEL
Type:
str
Value:
'cancel'                                                               

Generated by Epydoc 2.1 on Fri Jun 27 15:48:22 2008 http://epydoc.sf.net