You are here

service simple_oauth.normalizer.oauth2_token in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.2 simple_oauth.services.yml \simple_oauth.normalizer.oauth2_token
  2. 8.3 simple_oauth.services.yml \simple_oauth.normalizer.oauth2_token
  3. 5.x simple_oauth.services.yml \simple_oauth.normalizer.oauth2_token

Class

Drupal\simple_oauth\Normalizer\TokenEntityNormalizer

Tags

  • normalizer

File

./simple_oauth.services.yml
simple_oauth.services.yml

View source
  1. class: Drupal\simple_oauth\Normalizer\TokenEntityNormalizer
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: normalizer, priority: 21 }