Source for file SREG10.php
Documentation is available at SREG10.php
* OpenID_Extension_SREG10
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
require_once 'OpenID/Extension.php';
* Implementation of the Simple Registration Extension version 1.0. See
* {@link http://openid.net/specs/openid-simple-registration-extension-1_0.html} for
* more information on this extension.
* $sreg = new OpenID_Extension_SREG10(OpenID_Extension::REQUEST);
* $sreg->set('required', 'email');
* $sreg->set('optional', 'nickname,gender,dob');
* // Add to an existing instance of OpenID_Auth_Request
* $authRequest->addExtension($sreg);
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
* Disables NS use, since this extension was done before OpenID 2.0
* Supported keys in a request
* Supported keys in a response
Documentation generated on Tue, 15 Dec 2009 19:01:00 -0800 by phpDocumentor 1.4.3