Uses of Class
io.mangoo.crypto.totp.TOTPValidator
-
Packages that use TOTPValidator Package Description io.mangoo.crypto.totp -
-
Uses of TOTPValidator in io.mangoo.crypto.totp
Methods in io.mangoo.crypto.totp that return TOTPValidator Modifier and Type Method Description static TOTPValidatorTOTPValidator. defaultWindow()Returns a newTOTPValidatorinstance initialized with theDEFAULT_WINDOWverification size.static TOTPValidatorTOTPValidator. window(int window)Returns a newTOTPValidatorinstance initialized with the specifiedwindowverification size.
-