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.
Show file
Open project: openid/php-openid
Public Properties
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