X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/f38e545235173bb145e4b1c9c29dc2960a0a3389..eb5c81dea5a60bc65d3ec607daf5ad81fd709928:/lib/token.php diff --git a/lib/token.php b/lib/token.php index ebb0783..2cf6580 100644 --- a/lib/token.php +++ b/lib/token.php @@ -69,6 +69,20 @@ class Token */ public $callback; + /** + * Client name/identifier (user agent) + * + * @var string + */ + public $client; + + /** + * Unix timestamp when the token was used last + * + * @var integer + */ + public $lastuse; + public function __construct($type = null) { $this->type = $type;