Source for file auth.php
Documentation is available at auth.php
 * @package     Joomla.Platform  
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved  
 * @license     GNU General Public License version 2 or later; see LICENSE  
 * Google authentication class abstract  
 * @package     Joomla.Platform  
     * @var    JRegistry  Options for the Google authentication object.  
     * Abstract method to authenticate to Google  
     * @return  boolean  True on success.  
     * Verify if the client has been authenticated  
     * @return  boolean  Is authenticated  
     * Abstract method to retrieve data from Google  
     * @param   string  $url      The URL for the request.  
     * @param   mixed   $data     The data to include in the request.  
     * @param   array   $headers  The headers to send with the request.  
     * @param   string  $method   The type of http request to send.  
     * @return  mixed  Data from Google.  
    abstract public function query($url, $data = 
null, $headers = 
null, $method = 
'get');  
     * Get an option from the JGoogleAuth object.  
     * @param   string  $key  The name of the option to get.  
     * @return  mixed  The option value.  
     * Set an option for the JGoogleAuth object.  
     * @param   string  $key    The name of the option to set.  
     * @param   mixed   $value  The option value to set.  
     * @return  JGoogleAuth  This object for method chaining.  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 14:54:09 +0100 by phpDocumentor 1.4.3