Represents the data returned in a simple registration response inside of an OpenID C{id_res} response. This object will be created by the OpenID server, added to the C{id_res} response object, and then extracted from the C{id_res} message by the Consumer.
Located in /Auth/OpenID/SReg.php (line 417)
Auth_OpenID_Extension | --Auth_OpenID_SRegBase | --Auth_OpenID_SRegResponse
Take a C{L{SRegRequest}} and a dictionary of simple registration values and create a C{L{SRegResponse}} object containing that data.
request: The simple registration request object
data: The simple registration data for this response, as a dictionary from unqualified simple registration field name to string (unicode) value. For instance, the nickname should be stored under the key 'nickname'.
Create a C{L{SRegResponse}} object from a successful OpenID
library response (C{L{openid.consumer.consumer.SuccessResponse}}) response message
success_response: A SuccessResponse from consumer.complete()
signed_only: Whether to process only data that was signed in the id_res message from the server.
Returns a simple registration response containing the data that was supplied with the C{id_res} response.
Inherited From Auth_OpenID_Extension
Auth_OpenID_Extension::getExtensionArgs()
Auth_OpenID_Extension::toMessage()
Documentation generated on Thu, 29 Jul 2010 13:59:30 -0700 by phpDocumentor 1.4.3