| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens. More...
 Inheritance diagram for ilCtrlToken:
 Collaboration diagram for ilCtrlToken:Public Member Functions | |
| __construct (string $token) | |
| ilCtrlToken Constructor  More... | |
| verifyWith (string $token) | |
| getToken () | |
Private Attributes | |
| string | $token | 
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens.
Definition at line 13 of file class.ilCtrlToken.php.
| ilCtrlToken::__construct | ( | string | $token | ) | 
ilCtrlToken Constructor
| string | $token | 
Definition at line 27 of file class.ilCtrlToken.php.
References $token.
| ilCtrlToken::getToken | ( | ) | 
Implements ilCtrlTokenInterface.
Definition at line 43 of file class.ilCtrlToken.php.
References $token.
| ilCtrlToken::verifyWith | ( | string | $token | ) | 
      
  | 
  private | 
Definition at line 20 of file class.ilCtrlToken.php.
Referenced by __construct(), and getToken().