Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
TokenStorageInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\security\csrf\storages
;
3
4
interface
TokenStorageInterface
{
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
Ubiquity\security\csrf\storages\TokenStorageInterface
Definition
TokenStorageInterface.php:4
Ubiquity\security\csrf\storages\TokenStorageInterface\exists
exists(string $id)
Checks whether a token with the given token ID exists.
Ubiquity\security\csrf\storages
Definition
SessionTokenStorage.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity-security
src
Ubiquity
security
csrf
storages
TokenStorageInterface.php
Generated on Sun Dec 10 2023 15:04:10 for
Ubiquity
by
doxygen
1.9.8