Package com.bastiaanjansen.otp
Interface TOTPVerifier
-
- All Known Implementing Classes:
TOTP
public interface TOTPVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(String code)booleanverify(String code, int delayWindow)
-