ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
interface.ilCtrlTokenInterface.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
4
10
interface
ilCtrlTokenInterface
11
{
18
public
function
verifyWith
(
string
$token
): bool;
19
25
public
function
getToken
(): string;
26
}
$token
$token
Definition:
xapitoken.php:67
ilCtrlTokenInterface\verifyWith
verifyWith(string $token)
Compares the given token to the stored one of the given user.
ilCtrlTokenInterface
Interface ilCtrlTokenInterface describes an ilCtrl token.
Definition:
interface.ilCtrlTokenInterface.php:10
ilCtrlTokenInterface\getToken
getToken()
Returns the token string of this instance.
components
ILIAS
UICore
interfaces
interface.ilCtrlTokenInterface.php
Generated on Wed Sep 10 2025 15:16:51 for ILIAS by
1.8.13 (using
Doxyfile
)