protected property ExpiredCollector::$dateTime in Simple OAuth (OAuth2) & OpenID Connect 8.4
Same name and namespace in other branches
- 8.2 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::dateTime
- 8.3 src/ExpiredCollector.php \Drupal\simple_oauth\ExpiredCollector::dateTime
- 5.x 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_oauthCode
protected $dateTime;