Class 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
- Auth_OpenID_Extension
- Auth_OpenID_PAPE_Request
public
|
|
public
|
|
public
|
#
getExtensionArgs( )
Get the string arguments that should be added to an OpenID message for this extension. |
public static
|
#
fromOpenIDRequest( $request )
Instantiate a Request object from the arguments in a checkid_* OpenID message |
public
|
#
parseExtensionArgs( args: $args )
Set the state of this request to be that expressed in these PAPE arguments |
public
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. |
toMessage()
|
public
string
|
$ns_alias
|
#
'pape'
|
public
|
$ns_uri
ns_uri: The namespace to which to add the arguments for this extension |
#
Auth_OpenID_PAPE_NS_URI
|