ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
$token
$token
Definition:
xapitoken.php:70
ilCtrlTokenInterface\verifyWith
verifyWith(string $token)
Compares the given token to the stored one of the given user.
ilCtrlTokenInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlTokenInterface.php:24
ilCtrlTokenInterface\getToken
getToken()
Returns the token string of this instance.
components
ILIAS
UICore
interfaces
interface.ilCtrlTokenInterface.php
Generated on Sun Aug 31 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)