You are here

simple_oauth_extras.services.yml in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same filename and directory in other branches
  1. 8.2 simple_oauth_extras/simple_oauth_extras.services.yml
simple_oauth_extras/simple_oauth_extras.services.yml

File

simple_oauth_extras/simple_oauth_extras.services.yml
View source
  1. services:
  2. simple_oauth_extras.repositories.auth_code:
  3. class: Drupal\simple_oauth_extras\Repositories\AuthCodeRepository
  4. arguments: ['@entity_type.manager', '@serializer']