SOCIAL_LOGIN
SOCIAL_LOGIN = 'login'
Class SocialManager Handle logic needed for social platform log-in and registration
$moduleOptions : \Social\Options\ModuleOptions
Class object used to aggregate social sign-in configuration options
$socialAuthManager : \Social\Service\SocialAuthManager
Object that manages user authentication and authorisation
__construct(\Social\Options\ModuleOptions $options, \Social\Service\SocialAuthManager $socialAuthManager, \Social\Service\SessionContainer $sessionContainer)
Constructor
\Social\Options\ModuleOptions | $options | |
\Social\Service\SocialAuthManager | $socialAuthManager | |
\Social\Service\SessionContainer | $sessionContainer |