ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
$token
Definition: xapitoken.php:70
verifyWith(string $token)
Compares the given token to the stored one of the given user.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getToken()
Returns the token string of this instance.