This class represents an authentication request from a consumer to an OpenID server.
Located in /Auth/OpenID/Consumer.php (line 1745)
Initialize an authentication request with the specified token, association, and endpoint.
Users of this library should not create instances of this class. Instances of this class are created by the library when needed.
Add an extension to this checkid request.
$extension_request: An object that implements the extension request interface for adding arguments to an OpenID message.
Add an extension argument to this OpenID authentication request.
Use caution when adding arguments, because they will be URL-escaped and appended to the redirect URL, which can easily get quite long.
Get html for a form to submit this request to the IDP.
form_tag_attrs: An array of attributes to be added to the form tag. 'accept-charset' and 'enctype' have defaults that can be overridden. If a value is supplied for 'action' or 'method', it will be replaced.
Produce a Auth_OpenID_Message representing this request.
The URL that the OpenID provider will send the user back to after attempting to verify her identity.
Not specifying a return_to URL means that the user will not be returned to the site issuing the request upon its completion.
Get a complete html document that will autosubmit the request to the IDP.
Wraps formMarkup. See the documentation for that function.
Set whether this request should be made anonymously. If a request is anonymous, the identifier will not be sent in the request. This is only useful if you are making another kind of request with an extension in this request.
Anonymous requests are not allowed when the request is made with OpenID 1.
Documentation generated on Thu, 29 Jul 2010 13:58:33 -0700 by phpDocumentor 1.4.3