static void fromOpenIDRequest(
$request
)
|
|
Instantiate a Request object from the arguments in a checkid_*
OpenID message
Parameters:
Auth_OpenID_PAPE_Request Auth_OpenID_PAPE_Request(
[
$preferred_auth_policies = null], [
$max_auth_age = null]
)
|
|
Parameters:
|
$preferred_auth_policies: |
|
|
$max_auth_age: |
|
void addPolicyURI(
$policy_uri
)
|
|
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.
Parameters:
void parseExtensionArgs(
args:
$args
)
|
|
Set the state of this request to be that expressed in these PAPE arguments
Parameters:
args: |
$args: |
The PAPE arguments without a namespace |
array preferredTypes(
supported_types:
$supported_types
)
|
|
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.
Parameters:
supported_types: |
$supported_types: |
A sequence of authentication policy type URIs that are supported by a provider |
API Tags:
Return: | The sub-sequence of the supported types that are preferred by the relying party. This list will be ordered in the order that the types appear in the supported_types sequence, and may be empty if the provider does not prefer any of the supported authentication types. |