PHP Class Auth_OpenID_AX_FetchResponse

Inheritance: extends Auth_OpenID_AX_KeyValueMessage
Show file Open project: openid/php-openid Class Usage Examples

Public Properties

Property Type Description
$mode

Public Methods

Method Description
__construct ( $update_url = null )
fromSuccessResponse ( $success_response, $signed = true ) Construct a FetchResponse object from an OpenID library SuccessResponse object.
getExtensionArgs ( $request = null ) Serialize this object into arguments in the attribute exchange namespace
parseExtensionArgs ( $ax_args )

Method Details

__construct() public method

public __construct ( $update_url = null )

fromSuccessResponse() static public method

Construct a FetchResponse object from an OpenID library SuccessResponse object.
static public fromSuccessResponse ( $success_response, $signed = true )

getExtensionArgs() public method

Serialize this object into arguments in the attribute exchange namespace
public getExtensionArgs ( $request = null )

parseExtensionArgs() public method

public parseExtensionArgs ( $ax_args )

Property Details

$mode public property

public $mode