You are here

service social_auth.user_authenticator in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x social_auth.services.yml \social_auth.user_authenticator

Class

Drupal\social_auth\User\UserAuthenticator
1 string reference to social_auth.user_authenticator
UserTest::setUp in tests/src/Functional/UserTest.php

File

./social_auth.services.yml
social_auth.services.yml

View source
  1. class: Drupal\social_auth\User\UserAuthenticator
  2. arguments:
  3. - '@current_user'
  4. - '@messenger'
  5. - '@logger.factory'
  6. - '@social_auth.user_manager'
  7. - '@social_auth.data_handler'
  8. - '@config.factory'
  9. - '@router.route_provider'
  10. - '@event_dispatcher'