Overview

Namespaces

  • Composer
    • Autoload
  • Geekwright
    • RegDom
  • League
    • OAuth2
      • Client
        • Provider
  • None
  • Xmf
    • Database
    • Jwt
    • Key
    • Module
      • Helper

Classes

  • Google
  • Overview
  • Namespace
  • Class
  • Tree

Class Google

League\OAuth2\Client\Provider\AbstractProvider
Extended by League\OAuth2\Client\Provider\Google uses League\OAuth2\Client\Tool\BearerAuthorizationTrait (not available)
Namespace: League\OAuth2\Client\Provider
Located at lass/mail/phpmailer/get_oauth_token.php
Methods summary
public
# getBaseAuthorizationUrl( )
public
# getBaseAccessTokenUrl( array $params )
public
# getResourceOwnerDetailsUrl( League\OAuth2\Client\Token\AccessToken $token )
protected
# getAuthorizationParameters( array $options )
protected
# getDefaultScopes( )
protected
# getScopeSeparator( )
protected
# checkResponse( Psr\Http\Message\ResponseInterface $response, $data )
protected
# createResourceOwner( array $response, League\OAuth2\Client\Token\AccessToken $token )
Constants summary
string ACCESS_TOKEN_RESOURCE_OWNER_ID
# 'id'
Properties summary
protected string $accessType

If set, this will be sent to google as the "access_type" parameter.

If set, this will be sent to google as the "access_type" parameter.

Link

https://developers.google.com/accounts/docs/OAuth2WebServer#offline
#
protected string $hostedDomain

If set, this will be sent to google as the "hd" parameter.

If set, this will be sent to google as the "hd" parameter.

Link

https://developers.google.com/accounts/docs/OAuth2Login#hd-param
#
protected string $scope

If set, this will be sent to google as the "scope" parameter.

If set, this will be sent to google as the "scope" parameter.

Link

https://developers.google.com/gmail/api/auth/scopes
#
API documentation generated by ApiGen