ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
interface.ilCtrlTokenRepositoryInterface.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 
11 {
17  public function getToken(): ilCtrlTokenInterface;
18 }
Interface ilCtrlTokenRepositoryInterface describes an ilCtrl token.
getToken()
Returns a temporary ilCtrlToken for the given session (id).
Interface ilCtrlTokenInterface describes an ilCtrl token.