You are here

service simple_oauth_extras.repositories.auth_code in Simple OAuth (OAuth2) & OpenID Connect 8.2

Same name and namespace in other branches
  1. 8.3 simple_oauth_extras/simple_oauth_extras.services.yml \simple_oauth_extras.repositories.auth_code

Class

Drupal\simple_oauth_extras\Repositories\AuthCodeRepository
1 string reference to simple_oauth_extras.repositories.auth_code
AuthorizationCode::create in simple_oauth_extras/src/Plugin/Oauth2Grant/AuthorizationCode.php
Creates an instance of the plugin.

File

simple_oauth_extras/simple_oauth_extras.services.yml
simple_oauth_extras/simple_oauth_extras.services.yml

View source
  1. class: Drupal\simple_oauth_extras\Repositories\AuthCodeRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@serializer'