You are here

service oauth2_server.storage in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x oauth2_server.services.yml \oauth2_server.storage

Class

Drupal\oauth2_server\OAuth2Storage
4 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

./oauth2_server.services.yml
oauth2_server.services.yml

View source
  1. class: Drupal\oauth2_server\OAuth2Storage
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@password'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@datetime.time'