PHP Class Auth_OpenID_FailureResponse

claimed_id - The identity URL for which authentication was attempted, if it can be determined. Otherwise, null. message - A message indicating why the request failed, if one is supplied. Otherwise, null. status - Auth_OpenID_FAILURE.
Inheritance: extends Auth_OpenID_ConsumerResponse
Exibir arquivo Open project: openid/php-openid

Public Properties

Property Type Description
$status

Public Methods

Method Description
__construct ( $endpoint, $message = null, $contact = null, $reference = null )

Method Details

__construct() public method

public __construct ( $endpoint, $message = null, $contact = null, $reference = null )

Property Details

$status public_oe property

public $status