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.
|
__init__(self,
endpoint,
message,
signed_fields=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
isOpenID1(self)
Was this authentication response an OpenID 1 authentication response? |
source code
|
|
|
isSigned(self,
ns_uri,
ns_key)
Return whether a particular key is signed, regardless of its
namespace alias |
source code
|
|
|
getSigned(self,
ns_uri,
ns_key,
default=None)
Return the specified signed field if available, otherwise return
default |
source code
|
|
|
|
|
|
str
|
|
|
|
|
|
|
|
Inherited from Response :
getDisplayIdentifier ,
setEndpoint
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|