| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Response --+
|
SuccessResponse
|
|||
|
__init__(self,
endpoint,
signed_args) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
|
extensionResponse(self,
prefix) extract signed extension data from the server's response. |
|||
| str |
getReturnTo(self) Get the openid.return_to argument from this response. |
||
|
Inherited from |
|||
|
|||
| fromQuery(cls, endpoint, query, signed) | |||
|
|||
status = 'success'SUCCESS |
|||
|
|||
| OpenIDServiceEndpoint |
endpoint The endpoint that authenticated the identifier. |
||
|
identity_url The identity URL that has been authenticated |
|||
|
signed_args The arguments in the server's response that were signed and verified. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
extract signed extension data from the server's response.
|
Get the openid.return_to argument from this response. This is useful for verifying that this request was initiated by this consumer.
|
|
|||
statusSUCCESS
|
|
|||
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 |
signed_argsThe arguments in the server's response that were signed and verified. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |