Home
last modified time | relevance | path

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

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