TYPO3  7.6
rsaauth/Configuration/Backend/AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Get RSA public key
8  'rsa_publickey' => [
9  'path' => '/rsa/publickey',
10  'target' => \TYPO3\CMS\Rsaauth\RsaEncryptionEncoder::class . '::getRsaPublicKeyAjaxHandler'
11  ],
12 ];