ILIAS
release_8 Revision v8.23
◀ 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:70
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.
Services
UICore
interfaces
interface.ilCtrlTokenInterface.php
Generated on Wed Sep 3 2025 22:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)