You are here

protected property ExpiredCollector::$dateTime 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::dateTime
  2. 8.2 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::dateTime
  3. 8.3 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::dateTime

The date time to collect tokens.

Type: \Drupal\Component\Datetime\TimeInterface

File

src/ExpiredCollector.php, line 35

Class

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

Namespace

Drupal\simple_oauth

Code

protected $dateTime;