ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilCtrlTokenInterface.php
Go to the documentation of this file.
1
<?php
2
24
interface
ilCtrlTokenInterface
25
{
32
public
function
verifyWith
(
string
$token
): bool;
33
39
public
function
getToken
(): string;
40
}
ilCtrlTokenInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlTokenInterface.php:25
ilCtrlTokenInterface\verifyWith
verifyWith(string $token)
Compares the given token to the stored one of the given user.
ilCtrlTokenInterface\getToken
getToken()
Returns the token string of this instance.
$token
$token
Definition:
xapitoken.php:70
components
ILIAS
UICore
interfaces
interface.ilCtrlTokenInterface.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)