Auth_OpenID_Server Auth_OpenID_Server(
$store, [
$op_endpoint = null]
)
|
|
Parameters:
void decodeRequest(
[
$query = null]
)
|
|
Decodes a query args array into the appropriate Auth_OpenID_Request object.
Parameters:
void encodeResponse(
$response
)
|
|
Encodes as response in the appropriate format suitable for sending to the user agent.
Parameters:
Handle a request. Given an Auth_OpenID_Request object, call the appropriate Auth_OpenID_Server method to process the request and generate a response.
Parameters:
API Tags:
| Return: | A response object capable of generating a user-agent reply. |
void openid_associate(
$request
)
|
|
The callback for 'associate' messages.
Parameters:
void openid_check_authentication(
$request
)
|
|
The callback for 'check_authentication' messages.
Parameters: