Home | Trees | Indices | Help |
|
---|
|
object --+ | Response --+ | SuccessResponse
A response with a status of SUCCESS. Indicates that this request is a successful acknowledgement from the OpenID server that the supplied URL is, indeed controlled by the requesting agent.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
str |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
status =
SUCCESS |
Instance Variables | |
OpenIDServiceEndpoint |
endpoint The endpoint that authenticated the identifier. |
identity_url The identity URL that has been authenticated; the Claimed Identifier. |
|
signed_fields The arguments in the server's response that were signed and verified. |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Get signed arguments from the response message. Return a dict of all arguments in the specified namespace. If any of the arguments are not signed, return None. |
Return response arguments in the specified namespace.
|
Get the openid.return_to argument from this response. This is useful for verifying that this request was initiated by this consumer.
|
repr(x)
|
Instance Variable Details |
endpointThe endpoint that authenticated the identifier. You may access other discovered information related to this endpoint, such as the CanonicalID of an XRI, through this object.
|
identity_urlThe identity URL that has been authenticated; the Claimed Identifier. See also getDisplayIdentifier. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |