service plugin.manager.oauth2_grant.processor in Simple OAuth (OAuth2) & OpenID Connect 5.x
Same name and namespace in other branches
- 8.4 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor
- 8.2 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor
- 8.3 simple_oauth.services.yml \plugin.manager.oauth2_grant.processor
Class
Drupal\simple_oauth\Plugin\Oauth2GrantManager3 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
View source
- class: Drupal\simple_oauth\Plugin\Oauth2GrantManager
- parent: default_plugin_manager
- arguments:
- - '@simple_oauth.repositories.client'
- - '@simple_oauth.repositories.scope'
- - '@simple_oauth.repositories.access_token'
- - '@simple_oauth.repositories.refresh_token'
- - '@config.factory'
- - '@simple_oauth.server.response_type'