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
Afficher le fichier Open project: openid/php-openid Class Usage Examples

Méthodes publiques

Свойство Type Description
$status

Méthodes publiques

Méthode 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 méthode

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

extensionResponse() public méthode

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

getReturnTo() public méthode

This is useful for verifying that this request was initiated by this consumer.
public getReturnTo ( ) : string
Résultat 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 méthode

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

getSignedNS() public méthode

public getSignedNS ( $ns_uri )

isOpenID1() public méthode

public isOpenID1 ( )

isSigned() public méthode

public isSigned ( $ns_uri, $ns_key )

Property Details

$status public_oe property

public $status