‪TYPO3CMS  9.5
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['rsa_publickey'=>['path'=> '/rsa/publickey', 'target'=> \TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::class . '::processRequest', 'access'=> 'public', 'parameters'=>['skipSessionUpdate'=> 1]],]
 

Variable Documentation

◆ return

return[ 'rsa_publickey'=>[ 'path'=> '/rsa/publickey', 'target'=> \TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::class . '::processRequest', 'access'=> 'public', 'parameters'=>[ 'skipSessionUpdate'=> 1]],]

Definitions for routes provided by EXT:rsaauth

Definition at line 6 of file AjaxRoutes.php.