Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TokenStorageInterface.php
Go to the documentation of this file.
1<?php
3
5
12 public function get(string $id): ?string;
13
17 public function set(string $id, string $token): void;
18
25 public function remove(string $id): ?string;
26
32 public function exists(string $id): bool;
33}
34
exists(string $id)
Checks whether a token with the given token ID exists.