You are here

service apigee_edge.authentication.oauth_token_storage in Apigee Edge 8

Class

Drupal\apigee_edge\OauthTokenFileStorage
5 string references to apigee_edge.authentication.oauth_token_storage
ApigeeAuthKeyInput::buildConfigurationForm in src/Plugin/KeyInput/ApigeeAuthKeyInput.php
Form constructor.
ApigeeAuthKeyType::getAuthenticationMethod in src/Plugin/KeyType/ApigeeAuthKeyType.php
Gets the authentication method object.
apigee_edge_uninstall in ./apigee_edge.install
Implements hook_uninstall().
OauthTokenFileStorageTest::testCheckRequirements in tests/src/Kernel/OauthTokenFileStorageTest.php
Validates checks in the storage.
OauthTokenFileStorageTest::tokenStorage in tests/src/Kernel/OauthTokenFileStorageTest.php
Returns a pre-configured token storage service for testing.

File

./apigee_edge.services.yml
apigee_edge.services.yml

View source
  1. class: Drupal\apigee_edge\OauthTokenFileStorage
  2. arguments:
  3. - '@config.factory'
  4. - '@file_system'
  5. - '@logger.channel.apigee_edge'