aboutsummaryrefslogtreecommitdiff
path: root/lib/token.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/token.php')
-rw-r--r--lib/token.php14
1 files changed, 14 insertions, 0 deletions
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;