PHP 클래스 Hybrid_Providers_Google

http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html
상속: extends Hybrid_Provider_Model_OAuth2
파일 보기 프로젝트 열기: hybridauth/hybridauth

공개 프로퍼티들

프로퍼티 타입 설명
$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}

공개 메소드들

메소드 설명
addUrlParam ( string $url, array $params ) : string Add query parameters to the $url
getUserContacts ( )
getUserProfile ( )
initialize ( )
loginBegin ( )

메소드 상세

addUrlParam() 공개 메소드

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

getUserContacts() 공개 메소드

public getUserContacts ( )

getUserProfile() 공개 메소드

public getUserProfile ( )

initialize() 공개 메소드

public initialize ( )

loginBegin() 공개 메소드

public loginBegin ( )

프로퍼티 상세

$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 $scope