PHP Class Hybrid_Providers_Google

http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html
Inheritance: extends Hybrid_Provider_Model_OAuth2
Afficher le fichier Open project: hybridauth/hybridauth

Méthodes publiques

Свойство 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}

Méthodes publiques

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

Method Details

addUrlParam() public méthode

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

getUserContacts() public méthode

public getUserContacts ( )

getUserProfile() public méthode

public getUserProfile ( )

initialize() public méthode

public initialize ( )

loginBegin() public méthode

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