[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/Gdata/ -> ClientLogin.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: ClientLogin.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 182 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 5 files
 include/Zend/Gdata/HttpClient.php
 include/Zend/Gdata/App/AuthException.php
 include/Zend/Version.php
 include/Zend/Gdata/App/CaptchaRequiredException.php
 include/Zend/Gdata/App/HttpException.php

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:08:37 2014 Cross-referenced by PHPXref 0.7.1