\Pivot\Authentication\AdaptorsGoogleAdaptor

Summary

Methods
Properties
Constants
__construct()
authenticate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$usersManager
$googleApi
$authenticationAssembler
$identityHandler
$logger
N/A

Properties

$usersManager

$usersManager : 

Type

$googleApi

$googleApi : 

Type

$authenticationAssembler

$authenticationAssembler : 

Type

$identityHandler

$identityHandler : 

Type

$logger

$logger : 

Type

Methods

__construct()

__construct(\Pivot\Core\Models\GoogleUser  $googleUser, \Pivot\Client\Managers\UsersManager  $usersManager, \Pivot\Common\Handlers\LoginConfigurationHandler  $loginConfigurationHandler, \Pivot\Authentication\Assemblers\AuthenticationAssembler  $authenticationAssembler, \Pivot\Authentication\Handlers\IdentityHandler  $identityHandler, \Pivot\Logger\LoggerInstance  $logger) 

Parameters

\Pivot\Core\Models\GoogleUser $googleUser
\Pivot\Client\Managers\UsersManager $usersManager
\Pivot\Common\Handlers\LoginConfigurationHandler $loginConfigurationHandler
\Pivot\Authentication\Assemblers\AuthenticationAssembler $authenticationAssembler
\Pivot\Authentication\Handlers\IdentityHandler $identityHandler
\Pivot\Logger\LoggerInstance $logger