You are here

service social_post.user_authenticator in Social Post 3.x

Same name and namespace in other branches
  1. 8.2 social_post.services.yml \social_post.user_authenticator

Class

Drupal\social_post\User\UserAuthenticator

File

./social_post.services.yml
social_post.services.yml

View source
  1. class: Drupal\social_post\User\UserAuthenticator
  2. arguments:
  3. - '@current_user'
  4. - '@messenger'
  5. - '@logger.factory'
  6. - '@social_post.user_manager'
  7. - '@social_post.data_handler'