static $response fromSuccessResponse(
success_response:
$success_response, [signed:
$signed = true]
)
|
|
Construct a FetchResponse object from an OpenID library SuccessResponse object.
Parameters:
|
success_response: |
$success_response: |
A successful id_res response object |
|
signed: |
$signed: |
Whether non-signed args should be processsed. If True (the default), only signed arguments will be processsed. |
API Tags:
| Return: | A FetchResponse containing the data from the OpenID message |
Auth_OpenID_AX_FetchResponse Auth_OpenID_AX_FetchResponse(
[
$update_url = null]
)
|
|
Parameters:
$args getExtensionArgs(
[
$request = null]
)
|
|
Serialize this object into arguments in the attribute exchange namespace
Parameters:
API Tags:
| Return: | The dictionary of unqualified attribute exchange arguments that represent this fetch_response, or Auth_OpenID_AX_Error on error. |
Redefinition of:
- Auth_OpenID_Extension::getExtensionArgs()
- Get the string arguments that should be added to an OpenID message for this extension.