| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class YubikeyLoginForm extends BootstrapMFALoginForm |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * YubikeyLoginForm constructor. |
||
| 19 | * |
||
| 20 | * @param LoginHandler $handler |
||
| 21 | * @param string $authenticatorClass |
||
| 22 | * @param string $name |
||
| 23 | * @param null $fields |
||
| 24 | * @param null $actions |
||
| 25 | * @param bool $checkCurrentUser |
||
| 26 | * @throws \LogicException |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 44 | } |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Title of the login form |
||
| 48 | * |
||
| 49 | * @return string |
||
| 50 | */ |
||
| 51 | public function getAuthenticatorName() |
||
| 56 |