You are here

service plugin.manager.oauth2_grant.processor in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor
  2. 8.2 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor
  3. 8.3 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor

Class

Drupal\simple_oauth\Plugin\Oauth2GrantManager
3 string references to plugin.manager.oauth2_grant.processor
Oauth2AuthorizeController::create in src/Controller/Oauth2AuthorizeController.php
Instantiates a new instance of this class.
Oauth2AuthorizeForm::create in src/Controller/Oauth2AuthorizeForm.php
Instantiates a new instance of this class.
Oauth2Token::create in src/Controller/Oauth2Token.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\simple_oauth\Plugin\Oauth2GrantManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@simple_oauth.repositories.client'
  5. - '@simple_oauth.repositories.scope'
  6. - '@simple_oauth.repositories.access_token'
  7. - '@simple_oauth.repositories.refresh_token'
  8. - '@config.factory'
  9. - '@simple_oauth.server.response_type'