Returns the remaining lifetime in seconds.
public function getRemainingLifetime() : ?float { return null === $this->expiringTime ? null : $this->expiringTime - microtime(true); }