Uses of Interface
io.github.pratiyush.totp.ReplayGuard
Packages that use ReplayGuard
Package
Description
Production-Ready TOTP Library - Null Safety Declaration.
-
Uses of ReplayGuard in io.github.pratiyush.totp
Classes in io.github.pratiyush.totp that implement ReplayGuardModifier and TypeClassDescriptionfinal classThread-safe in-memory implementation ofReplayGuard.Methods in io.github.pratiyush.totp with parameters of type ReplayGuardModifier and TypeMethodDescriptionTOTP.Builder.replayGuard(@Nullable ReplayGuard replayGuard) Sets the replay guard.