Property | Type | Description | |
---|---|---|---|
$ns_alias | |||
$ns_uri |
Method | Description | |
---|---|---|
__construct ( $preferred_auth_policies = null, $max_auth_age = null ) | ||
addPolicyURI ( $policy_uri ) | Add an acceptable authentication policy URI to this request | |
fromOpenIDRequest ( $request ) | Instantiate a Request object from the arguments in a checkid_* OpenID message | |
getExtensionArgs ( ) | ||
parseExtensionArgs ( $args ) | Set the state of this request to be that expressed in these PAPE arguments | |
preferredTypes ( $supported_types ) : array | 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. |
public __construct ( $preferred_auth_policies = null, $max_auth_age = null ) |
public addPolicyURI ( $policy_uri ) |
static public fromOpenIDRequest ( $request ) |
public parseExtensionArgs ( $args ) |
public preferredTypes ( $supported_types ) : array | ||
return | array | 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. |