You are here

public function OauthTokenStorageInterface::checkRequirements in Apigee Edge 8

Checks requirements of the token storage.

If a requirement does not fulfilled it throws an exception.

Throws

\Drupal\apigee_edge\Exception\OauthTokenStorageException Exception with the unfulfilled requirement.

1 method overrides OauthTokenStorageInterface::checkRequirements()
OauthTokenFileStorage::checkRequirements in src/OauthTokenFileStorage.php
Checks requirements of the token storage.

File

src/OauthTokenStorageInterface.php, line 40

Class

OauthTokenStorageInterface
Base definition of the OAuth token storage service implementations.

Namespace

Drupal\apigee_edge

Code

public function checkRequirements() : void;