void extensionResponse(
$namespace_uri,
$require_signed, string
$prefix
)
|
|
Extract signed extension data from the server's response.
Parameters:
|
string |
$prefix: |
The extension namespace from which to extract the extension data. |
|
|
$namespace_uri: |
|
|
|
$require_signed: |
|
Get the openid.return_to argument from this response.
This is useful for verifying that this request was initiated by this consumer.
API Tags:
| Return: | 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. |
void getSigned(
$ns_uri,
$ns_key, [
$default = null]
)
|
|
Parameters:
|
|
$ns_uri: |
|
|
|
$ns_key: |
|
|
|
$default: |
|
void getSignedNS(
$ns_uri
)
|
|
Parameters:
void isSigned(
$ns_uri,
$ns_key
)
|
|
Parameters: