PHP Class yii\authclient\clients\Google

In order to use Google OAuth you must create a project at and setup its credentials at . In order to enable using scopes for retrieving user attributes, you should also enable Google+ API at Example application configuration: php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'google' => [ 'class' => 'yii\authclient\clients\Google', 'clientId' => 'google_client_id', 'clientSecret' => 'google_client_secret', ], ], ] ... ]
See also: https://console.developers.google.com/project
Since: 2.0
Author: Paul Klimov ([email protected])
Inheritance: extends yii\authclient\OAuth2
Afficher le fichier Open project: yiisoft/yii2-authclient Class Usage Examples

Méthodes publiques

Свойство Type Description
$apiBaseUrl
$authUrl
$tokenUrl

Méthodes publiques

Méthode Description
init ( )

Méthodes protégées

Méthode Description
defaultName ( )
defaultTitle ( )
initUserAttributes ( )

Method Details

defaultName() protected méthode

protected defaultName ( )

defaultTitle() protected méthode

protected defaultTitle ( )

init() public méthode

public init ( )

initUserAttributes() protected méthode

protected initUserAttributes ( )

Property Details

$apiBaseUrl public_oe property

public $apiBaseUrl

$authUrl public_oe property

public $authUrl

$tokenUrl public_oe property

public $tokenUrl