You are here

service simple_oauth.server.resource_server in Simple OAuth (OAuth2) & OpenID Connect 8.4

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

Class

Drupal\simple_oauth\Server\ResourceServer

File

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

View source
  1. class: Drupal\simple_oauth\Server\ResourceServer
  2. arguments:
  3. - '@simple_oauth.repositories.access_token'
  4. - '@config.factory'
  5. - '@psr7.http_message_factory'
  6. - '@psr7.http_foundation_factory'