| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
SRegResponse
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.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Read-only dictionary interface | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Server | |||
|---|---|---|---|
| SRegResponse |
|
||
| Consumer | |||
| SRegResponse |
|
||
|
|||
str
|
|
||
|
|||
ns_alias =
|
|||
|
|||
|
data The simple registration data, keyed by the unqualified simple registration name of the field (i.e. |
|||
|
ns_uri The namespace to which to add the arguments for this extension |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Take a
|
Extract the simple registration namespace URI from the given OpenID message. Handles OpenID 1 and 2, as well as both sreg namespace URIs found in the wild, as well as missing namespace definitions (for OpenID 1)
|
Create a
|
Get the fields to put in the simple registration namespace when adding them to an id_res message.
See Also: openid.extension |
|
|||
dataThe simple registration data, keyed by the unqualified simple registration name of the field (i.e. nickname is keyed by'nickname')
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Dec 17 16:12:36 2011 | http://epydoc.sourceforge.net |