service apigee_edge.authentication.oauth_token_storage in Apigee Edge 8
Class
Drupal\apigee_edge\OauthTokenFileStorage5 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
View source
- class: Drupal\apigee_edge\OauthTokenFileStorage
- arguments:
- - '@config.factory'
- - '@file_system'
- - '@logger.channel.apigee_edge'