| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Response --+
|
SuccessResponse
|
|||
|
__init__(self,
endpoint,
message,
signed_fields=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
|
isOpenID1(self) Was this authentication response an OpenID 1 authentication response? |
|||
|
isSigned(self,
ns_uri,
ns_key) Return whether a particular key is signed, regardless of its namespace alias |
|||
|
getSigned(self,
ns_uri,
ns_key,
default=None) Return the specified signed field if available, otherwise return default |
|||
|
getSignedNS(self,
ns_uri) Get signed arguments from the response message. |
|||
|
extensionResponse(self,
namespace_uri,
require_signed) Return response arguments in the specified namespace. |
|||
| str |
getReturnTo(self) Get the openid.return_to argument from this response. |
||
|
Inherited from Inherited from |
|||
|
|||
status = 'success'SUCCESS |
|||
|
|||
| OpenIDServiceEndpoint |
endpoint The endpoint that authenticated the identifier. |
||
|
identity_url The identity URL that has been authenticated |
|||
|
signed_fields The arguments in the server's response that were signed and verified. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Was this authentication response an OpenID 1 authentication response? |
Return whether a particular key is signed, regardless of its namespace alias |
Return the specified signed field if available, otherwise return default |
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.
|
|
|||
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_fieldsThe arguments in the server's response that were signed and verified. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:19 2007 | http://epydoc.sourceforge.net |