![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de PlgTwofactorauthYubikey:Fonctions membres publiques | |
| onUserTwofactorIdentify () | |
| onUserTwofactorShowConfiguration ($otpConfig, $userId=null) | |
| onUserTwofactorApplyConfiguration ($method) | |
| onUserTwofactorAuthenticate ($credentials, $options) | |
| validateYubikeyOtp ($otp) | |
Attributs protégés | |
| $autoloadLanguage = true | |
| $methodName = 'yubikey' | |
Joomla! Two Factor Authentication using Yubikey Plugin
| onUserTwofactorApplyConfiguration | ( | $method | ) |
The save handler of the two factor configuration method's configuration page.
| string | $method | The two factor auth method for which we'll show the config page |
| onUserTwofactorAuthenticate | ( | $credentials, | |
| $options | |||
| ) |
This method should handle any two factor authentication and report back to the subject.
| array | $credentials | Array holding the user credentials |
| array | $options | Array of extra options |
| onUserTwofactorIdentify | ( | ) |
| onUserTwofactorShowConfiguration | ( | $otpConfig, | |
$userId = null |
|||
| ) |
Shows the configuration page for this two factor authentication method.
| object | $otpConfig | The two factor auth configuration object |
| integer | $userId | The numeric user ID of the user whose form we'll display |
Références $html, $path, FOFPlatform\getInstance(), et JLoader\import().
| validateYubikeyOtp | ( | $otp | ) |
|
protected |
|
protected |