Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: OpenID

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class Auth_OpenID_SuccessResponse

Description

A response with a status of Auth_OpenID_SUCCESS. Indicates that

this request is a successful acknowledgement from the OpenID server that the supplied URL is, indeed controlled by the requesting agent. This has three relevant attributes:

identity_url - The identity URL that has been authenticated

signed_args - The arguments in the server's response that were signed and verified.

status - Auth_OpenID_SUCCESS.

Located in /openid/Auth/OpenID/Consumer.php (line 1041)

Class Auth_OpenID_ConsumerResponse

Class Auth_OpenID_SuccessResponse
Variable Summary
Variable mixed $status
Method Summary
Method void extensionResponse (string $prefix)
Method string getReturnTo ()
Variables
mixed $status = Auth_OpenID_SUCCESS (line 1042)

Redefinition of:
Auth_OpenID_ConsumerResponse::$status
Methods
extensionResponse (line 1074)

Extract signed extension data from the server's response.

void extensionResponse (string $prefix)
  • string $prefix: The extension namespace from which to extract the extension data.
getReturnTo (line 1099)

Get the openid.return_to argument from this response.

This is useful for verifying that this request was initiated by this consumer.

  • 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.
string getReturnTo ()

Documentation generated on Mon, 05 Mar 2007 20:55:28 +0000 by phpDocumentor 1.3.1