[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/ -> ClientLogin.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 182 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_ClientLogin:: (1 method):
  getHttpClient()


Class: Zend_Gdata_ClientLogin  - X-Ref

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

getHttpClient($email, $password, $service = 'xapi',$client = null,$source = self::DEFAULT_SOURCE,$loginToken = null,$loginCaptcha = null,$loginUri = self::CLIENTLOGIN_URI,$accountType = 'HOSTED_OR_GOOGLE')   X-Ref
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.

param: string $email
param: string $password
param: string $service
param: Zend_Gdata_HttpClient $client
param: string $source
param: string $loginToken The token identifier as provided by the server.
param: string $loginCaptcha The user's response to the CAPTCHA challenge.
param: string $accountType An optional string to identify whether the
return: Zend_Gdata_HttpClient



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1