You are here

social_auth_google.services.yml in Social Auth Google 3.x

Same filename and directory in other branches
  1. 8.2 social_auth_google.services.yml
  2. 8 social_auth_google.services.yml

File

social_auth_google.services.yml
View source
  1. services:
  2. social_auth_google.manager:
  3. class: Drupal\social_auth_google\GoogleAuthManager
  4. arguments:
  5. - '@config.factory'
  6. - '@logger.factory'
  7. - '@request_stack'