ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilCtrlTokenInterface.php
Go to the documentation of this file.
1<?php
2
25{
32 public function verifyWith(string $token): bool;
33
39 public function getToken(): string;
40}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
verifyWith(string $token)
Compares the given token to the stored one of the given user.
getToken()
Returns the token string of this instance.
$token
Definition: xapitoken.php:70