Auth_OpenID_PAPE_Request
A Provider Authentication Policy request, sent from a relying party to a provider
preferred_auth_policies: The authentication policies that the relying party prefers
max_auth_age: The maximum time, in seconds, that the relying party wants to allow to have elapsed before the user must re-authenticate
Located in /openid/Auth/OpenID/PAPE.php (line 38)
Auth_OpenID_Extension
![]()
Auth_OpenID_PAPE_Request
Auth_OpenID_PAPE_Request
Auth_OpenID_PAPE_Request
([ $preferred_auth_policies = null], [ $max_auth_age = null])
mixed
$ns_uri
= Auth_OpenID_PAPE_NS_URI (line 41)
- Auth_OpenID_Extension::$ns_uri
- ns_uri: The namespace to which to add the arguments for this
- $preferred_auth_policies
- $max_auth_age
Add an acceptable authentication policy URI to this request
This method is intended to be used by the relying party to add acceptable authentication types to the request.
policy_uri: The identifier for the preferred type of authentication.
- $policy_uri
Instantiate a Request object from the arguments in a checkid_*
OpenID message
- $request
- Auth_OpenID_Extension::getExtensionArgs()
- Get the string arguments that should be added to an OpenID message for this extension.
Set the state of this request to be that expressed in these PAPE arguments
- args: $args: The PAPE arguments without a namespace
Given a list of authentication policy URIs that a provider supports, this method returns the subsequence of those types that are preferred by the relying party.
- supported_types: $supported_types: A sequence of authentication policy type URIs that are supported by a provider
Inherited Methods
Inherited From Auth_OpenID_Extension
Auth_OpenID_Extension::getExtensionArgs()
Auth_OpenID_Extension::toMessage()
Documentation generated on Sat, 14 Nov 2009 11:16:40 +0000 by phpDocumentor 1.3.1



