PHP Class Auth_OpenID_PAPE_Response

Inheritance: extends Auth_OpenID_Extension
Datei anzeigen Open project: openid/php-openid Class Usage Examples

Public Properties

Property Type Description
$ns_alias
$ns_uri

Public Methods

Method Description
__construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )
addPolicyURI ( $policy_uri ) Add a authentication policy to this response
fromSuccessResponse ( success_response $success_response ) Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
getExtensionArgs ( )
parseExtensionArgs ( $args, $strict = false ) : null Parse the provider authentication policy arguments into the internal state of this object

Method Details

__construct() public method

public __construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )

addPolicyURI() public method

This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.
public addPolicyURI ( $policy_uri )

fromSuccessResponse() static public method

Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
static public fromSuccessResponse ( success_response $success_response )
$success_response success_response A SuccessResponse from Auth_OpenID_Consumer::complete()

getExtensionArgs() public method

public getExtensionArgs ( )

parseExtensionArgs() public method

Parse the provider authentication policy arguments into the internal state of this object
public parseExtensionArgs ( $args, $strict = false ) : null
return null The data is parsed into the internal fields of this object.

Property Details

$ns_alias public_oe property

public $ns_alias

$ns_uri public_oe property

public $ns_uri