Home
last modified time | relevance | path

Searched refs:verifyCode (Results 1 – 11 of 11) sorted by relevance

/plugin/twofactoryubiauth/
DYubiAuthenticator.php20 public function verifyCode($url, &$response) function in PHP_YubiAuthenticator
Dhelper.php104 $auth = $yubiAuthenticator->verifyCode($this->generateYubiURL($code),$response);
/plugin/authgoogle2fa/
Dauth.php30 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
DGoogleAuthenticator.php89 public function verifyCode($secret, $code, $discrepancy = 1) function in PHPGangsta_GoogleAuthenticator
/plugin/authg2fa/
Dauth.php53 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
DGoogleAuthenticator.php89 public function verifyCode($secret, $code, $discrepancy = 1) function in PHPGangsta_GoogleAuthenticator
/plugin/twofactor/action/
Dresendpwd.php64 if ($code && $manager->verifyCode($code, $providerID)) {
Dlogin.php220 if (!$manager->verifyCode($code, $providerID)) return false;
/plugin/twofactor/
DProvider.php191 $ok = $ga->verifyCode($secret, $code, $this->getTolerance());
DGoogleAuthenticator.php131 public function verifyCode($secret, $code, $discrepancy = 1, $currentTimeSlice = null) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator
DManager.php292 public function verifyCode($code, $providerID) function in dokuwiki\\plugin\\twofactor\\Manager