Class Zend_Gdata_ClientLogin

Description

Class to facilitate Google's "Account Authentication for Installed Applications" also known as "ClientLogin".

Located in /Zend/Gdata/ClientLogin.php (line 47)


	
			
Class Constant Summary
 CLIENTLOGIN_URI = 'https://www.google.com/accounts/ClientLogin'
 DEFAULT_SOURCE = 'Zend-ZendFramework'
Method Summary
 Zend_Http_Client getHttpClient (string $email, string $password, [string $service = 'xapi'], [Zend_Http_Client $client = null], [string $source = self::DEFAULT_SOURCE])
Methods
getHttpClient (line 77)

Set Google authentication credentials.

Must be done before trying to do any Google Data operations that require authentication. For example, viewing private data, or posting or deleting entries.

  • access: public
  • throws: Zend_Gdata_AuthException
  • throws: Zend_Gdata_HttpException
Zend_Http_Client getHttpClient (string $email, string $password, [string $service = 'xapi'], [Zend_Http_Client $client = null], [string $source = self::DEFAULT_SOURCE])
  • string $email
  • string $password
  • string $service
  • Zend_Http_Client $client
  • string $source
Class Constants
CLIENTLOGIN_URI = 'https://www.google.com/accounts/ClientLogin' (line 54)

The Google client login URI

DEFAULT_SOURCE = 'Zend-ZendFramework' (line 60)

The default 'source' parameter to send to Google

Documentation generated on Wed, 21 Feb 2007 11:46:18 -0800 by phpDocumentor 1.3.1