service oauth2_server.storage in OAuth2 Server 8
Same name and namespace in other branches
- 2.0.x oauth2_server.services.yml \oauth2_server.storage
Class
Drupal\oauth2_server\OAuth2Storage4 string references to oauth2_server.storage
- AuthorizeForm::create in src/
Form/ AuthorizeForm.php - Instantiates a new instance of this class.
- OAuth2Controller::create in src/
Controller/ OAuth2Controller.php - Instantiates a new instance of this class.
- OAuth2ServerStorageTest::setUp in tests/
src/ Functional/ OAuth2ServerStorageTest.php - Utility::checkAccess in src/
Utility.php - Check access for the passed server and scope.
File
View source
- class: Drupal\oauth2_server\OAuth2Storage
- arguments:
- - '@entity_type.manager'
- - '@password'
- - '@module_handler'
- - '@config.factory'
- - '@datetime.time'