You are here

protected property ExpiredCollector::$dateTime in Simple OAuth (OAuth2) & OpenID Connect 8.2

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

Type: \Drupal\Component\Datetime\TimeInterface

File

src/ExpiredCollector.php, line 29

Class

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

Namespace

Drupal\simple_oauth

Code

protected $dateTime;