You are here

service authentication.oauth in OAuth 1.0 8.2

Same name and namespace in other branches
  1. 8 oauth.services.yml \authentication.oauth

Class

Drupal\oauth\Authentication\Provider\OAuthDrupalProvider

Tags

  • authentication_provider

File

./oauth.services.yml
oauth.services.yml

View source
  1. class: Drupal\oauth\Authentication\Provider\OAuthDrupalProvider
  2. arguments:
  3. - '@user.data'
  4. - '@logger.channel.oauth'
  5. tags:
  6. - { name: authentication_provider, provider_id: oauth, priority: 100 }