3declare(strict_types=1);
37 return ($this->token ===
$token);
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens.
__construct(string $token)
ilCtrlToken Constructor
verifyWith(string $token)
@inheritDoc
Interface ilCtrlTokenInterface describes an ilCtrl token.