Method |
Description |
|
__construct ( $store, $op_endpoint = null ) |
|
|
decodeRequest ( $query = null ) |
Decodes a query args array into the appropriate
{@link Auth_OpenID_Request} object. |
|
encodeResponse ( $response ) |
Encodes as response in the appropriate format suitable for
sending to the user agent. |
|
handleRequest ( Auth_OpenID_Request $request ) : Auth_OpenID_ServerResponse |
Handle a request. Given an {@link Auth_OpenID_Request} object,
call the appropriate {@link Auth_OpenID_Server} method to
process the request and generate a response. |
|
openid_associate ( $request ) |
The callback for 'associate' messages. |
|
openid_check_authentication ( $request ) |
The callback for 'check_authentication' messages. |
|