make linking of notes with <speci"a'l> chars work
[grauphel.git] / lib / token.php
index ebb0783b254fafdac34592a9ef6f1d40178673c7..2cf6580cdcc966f065118d4913f64e94cc65b444 100644 (file)
@@ -69,6 +69,20 @@ class Token
      */
     public $callback;
 
      */
     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;
     public function __construct($type = null)
     {
         $this->type = $type;