PHP Class Auth_OpenID_SuccessResponse

claimed_id - The identity URL that has been authenticated signed_args - The arguments in the server's response that were signed and verified. status - Auth_OpenID_SUCCESS.
Inheritance: extends Auth_OpenID_ConsumerResponse
ファイルを表示 Open project: openid/php-openid Class Usage Examples

Public Properties

Property Type Description
$status

Public Methods

Method Description
__construct ( $endpoint, $message, $signed_args = null )
extensionResponse ( $namespace_uri, $require_signed ) Extract signed extension data from the server's response.
getReturnTo ( ) : string Get the openid.return_to argument from this response.
getSigned ( $ns_uri, $ns_key, $default = null )
getSignedNS ( $ns_uri )
isOpenID1 ( )
isSigned ( $ns_uri, $ns_key )

Method Details

__construct() public method

public __construct ( $endpoint, $message, $signed_args = null )

extensionResponse() public method

Extract signed extension data from the server's response.
public extensionResponse ( $namespace_uri, $require_signed )

getReturnTo() public method

This is useful for verifying that this request was initiated by this consumer.
public getReturnTo ( ) : string
return string $return_to The return_to URL supplied to the server on the initial request, or null if the response did not contain an 'openid.return_to' argument.

getSigned() public method

public getSigned ( $ns_uri, $ns_key, $default = null )

getSignedNS() public method

public getSignedNS ( $ns_uri )

isOpenID1() public method

public isOpenID1 ( )

isSigned() public method

public isSigned ( $ns_uri, $ns_key )

Property Details

$status public_oe property

public $status