You are here

protected property ExpiredCollector::$clientStorage in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::clientStorage
  2. 8.2 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::clientStorage
  3. 8.3 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::clientStorage

The client storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

src/ExpiredCollector.php, line 28

Class

ExpiredCollector
Service in charge of deleting or expiring tokens that cannot be used anymore.

Namespace

Drupal\simple_oauth

Code

protected $clientStorage;