You are here

service authentication.oauth2_server in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x oauth2_server.services.yml \authentication.oauth2_server

Class

Drupal\oauth2_server\Authentication\Provider\OAuth2DrupalAuthProvider

Tags

  • authentication_provider

File

./oauth2_server.services.yml
oauth2_server.services.yml

View source
  1. class: Drupal\oauth2_server\Authentication\Provider\OAuth2DrupalAuthProvider
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@oauth2_server.storage'
  5. - '@config.factory'
  6. - '@logger.factory'
  7. - '@datetime.time'
  8. tags:
  9. - { name: authentication_provider, provider_id: oauth2, priority: 100 }