Definition at line 154 of file PAPE.php.
Public Member Functions | |
Auth_OpenID_PAPE_Response ($auth_policies=null, $auth_time=null, $nist_auth_level=null) | |
addPolicyURI ($policy_uri) | |
fromSuccessResponse ($success_response) | |
parseExtensionArgs ($args, $strict=false) | |
getExtensionArgs () | |
Public Attributes | |
$ns_alias = 'pape' | |
$ns_uri = Auth_OpenID_PAPE_NS_URI |
Auth_OpenID_PAPE_Response.Auth_OpenID_PAPE_Response | ( | $ | auth_policies = null , |
|
$ | auth_time = null , |
|||
$ | nist_auth_level = null | |||
) |
Auth_OpenID_PAPE_Response.addPolicyURI | ( | $ | policy_uri | ) |
Auth_OpenID_PAPE_Response.fromSuccessResponse | ( | $ | success_response | ) |
Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
success_response | $success_response A SuccessResponse from Auth_OpenID_Consumer.complete() |
Auth_OpenID_PAPE_Response.parseExtensionArgs | ( | $ | args, | |
$ | strict = false | |||
) |
Parse the provider authentication policy arguments into the internal state of this object
args,: | unqualified provider authentication policy arguments | |
strict,: | Whether to return false when bad data is encountered |
Auth_OpenID_PAPE_Response.getExtensionArgs | ( | ) |
Get the string arguments that should be added to an OpenID message for this extension.
Reimplemented from Auth_OpenID_Extension.
Auth_OpenID_PAPE_Response.$ns_alias = 'pape' |
Auth_OpenID_PAPE_Response.$ns_uri = Auth_OpenID_PAPE_NS_URI |
ns_uri: The namespace to which to add the arguments for this extension
Reimplemented from Auth_OpenID_Extension.