PHP Class Auth_OpenID_SetupNeededResponse

claimed_id - The identity URL for which authentication was attempted. setup_url - A URL that can be used to send the user to the server to set up for authentication. The user should be redirected in to the setup_url, either in the current window or in a new browser window. Null in OpenID 2. status - Auth_OpenID_SETUP_NEEDED.
Inheritance: extends Auth_OpenID_ConsumerResponse
Show file Open project: openid/php-openid

Public Properties

Property Type Description
$status

Public Methods

Method Description
__construct ( $endpoint, $setup_url = null )

Method Details

__construct() public method

public __construct ( $endpoint, $setup_url = null )

Property Details

$status public property

public $status