interface OauthTokenStorageInterface in Apigee Edge 8
Base definition of the OAuth token storage service implementations.
@todo: move to \Drupal\apigee_edge\Connector namespace.
Hierarchy
- interface \Drupal\apigee_edge\OauthTokenStorageInterface extends \Apigee\Edge\HttpClient\Plugin\Authentication\OauthTokenStorageInterface
Expanded class hierarchy of OauthTokenStorageInterface
All classes that implement OauthTokenStorageInterface
File
- src/
OauthTokenStorageInterface.php, line 30
Namespace
Drupal\apigee_edgeView source
interface OauthTokenStorageInterface extends EdgeOauthTokenStorageInterface {
/**
* 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.
*/
public function checkRequirements() : void;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OauthTokenStorageInterface:: |
public | function | Checks requirements of the token storage. | 1 |