static void fromSuccessResponse(
success_response
$success_response
)
|
|
Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
Parameters:
success_response |
$success_response: |
A SuccessResponse from Auth_OpenID_Consumer::complete() |
Auth_OpenID_PAPE_Response Auth_OpenID_PAPE_Response(
[
$auth_policies = null], [
$auth_time = null], [
$nist_auth_level = null]
)
|
|
Parameters:
|
$auth_policies: |
|
|
$auth_time: |
|
|
$nist_auth_level: |
|
void addPolicyURI(
policy_uri:
$policy_uri
)
|
|
Add a authentication policy to this response
This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.
Parameters:
policy_uri: |
$policy_uri: |
The identifier for the preferred type of authentication. |
null parseExtensionArgs(
args:
$args, [strict:
$strict = false]
)
|
|
Parse the provider authentication policy arguments into the internal state of this object
Parameters:
args: |
$args: |
unqualified provider authentication policy arguments |
strict: |
$strict: |
Whether to return false when bad data is encountered |
API Tags:
Return: | The data is parsed into the internal fields of this object. |