PHP Class Hybrid_Providers_Google

http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html
Inheritance: extends Hybrid_Provider_Model_OAuth2
ファイルを表示 Open project: hybridauth/hybridauth

Public Properties

Property Type Description
$scope > more infos on google APIs: http://developer.google.com (official site) or here: http://discovery-check.appspot.com/ (unofficial but up to date) default permissions {@inheritdoc}

Public Methods

Method Description
addUrlParam ( string $url, array $params ) : string Add query parameters to the $url
getUserContacts ( )
getUserProfile ( )
initialize ( )
loginBegin ( )

Method Details

addUrlParam() public method

Add query parameters to the $url
public addUrlParam ( string $url, array $params ) : string
$url string URL
$params array Parameters to add
return string

getUserContacts() public method

public getUserContacts ( )

getUserProfile() public method

public getUserProfile ( )

initialize() public method

public initialize ( )

loginBegin() public method

public loginBegin ( )

Property Details

$scope public_oe property

> more infos on google APIs: http://developer.google.com (official site) or here: http://discovery-check.appspot.com/ (unofficial but up to date) default permissions {@inheritdoc}
public $scope