Uses of Class
io.github.pratiyush.totp.TOTP.VerificationResult
Packages that use TOTP.VerificationResult
Package
Description
Production-Ready TOTP Library - Null Safety Declaration.
-
Uses of TOTP.VerificationResult in io.github.pratiyush.totp
Methods in io.github.pratiyush.totp that return TOTP.VerificationResultModifier and TypeMethodDescriptionTOTP.verifyWithDetails(String base32Secret, String code) Verifies a code and returns detailed result.