Represents the data returned in a simple registration response inside
of an OpenID id_res response. This object will be created by
the OpenID server, added to the id_res response object, and
then extracted from the id_res message by the Consumer.
|
|
__init__(self,
data=None,
sreg_ns_uri='http://openid.net/extensions/sreg/1.1')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from extension.Extension:
toMessage
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
|
get(self,
field_name,
default=None)
Like dict.get, except that it checks that the field name is defined
by the simple registration specification |
source code
|
|
|
|
items(self)
All of the data values in this simple registration response |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|