Home | Trees | Indices | Help |
|
---|
|
object --+ | Response --+ | FailureResponse
A response with a status of FAILURE. Indicates that the OpenID protocol has failed. This could be locally or remotely triggered.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
status =
FAILURE |
Instance Variables | |
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. |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Instance Variable Details |
identity_urlThe identity URL for which authenitcation was attempted, if it can be determined. Otherwise, None. |
messageA message indicating why the request failed, if one is supplied. otherwise, None. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |