Class Google
- League\OAuth2\Client\Provider\AbstractProvider
League\OAuth2\Client\Provider\Google uses League\OAuth2\Client\Tool\BearerAuthorizationTrait (not available)
public |
|
public |
#
getBaseAccessTokenUrl( array
$params )
|
public |
#
getResourceOwnerDetailsUrl(
League\OAuth2\Client\Token\AccessToken
$token )
|
protected |
#
getAuthorizationParameters(
array $options )
|
protected |
|
protected |
|
protected |
#
checkResponse(
Psr\Http\Message\ResponseInterface
$response, $data )
|
protected |
#
createResourceOwner( array
$response,
League\OAuth2\Client\Token\AccessToken
$token )
|
string |
ACCESS_TOKEN_RESOURCE_OWNER_ID
|
#
'id' |
protected string |
$accessType
If set, this will be sent to google as the "access_type" parameter. |
|
protected string |
$hostedDomain
If set, this will be sent to google as the "hd" parameter. |
|
protected string |
$scope
If set, this will be sent to google as the "scope" parameter. |