@@ -31,6 +31,9 @@ |
||
31 | 31 | return $this; |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $otp |
|
36 | + */ |
|
34 | 37 | public function verify($otp) |
35 | 38 | { |
36 | 39 | $verified = $this->getTOTP()->verify($otp); |