Uses of Class
io.github.pratiyush.totp.InMemoryReplayGuard
Packages that use InMemoryReplayGuard
Package
Description
Production-Ready TOTP Library - Null Safety Declaration.
-
Uses of InMemoryReplayGuard in io.github.pratiyush.totp
Methods in io.github.pratiyush.totp that return InMemoryReplayGuardModifier and TypeMethodDescriptionstatic InMemoryReplayGuardInMemoryReplayGuard.forConfig(TOTPConfig config) Creates a replay guard configured for a specific TOTP configuration.static InMemoryReplayGuardInMemoryReplayGuard.withDefaultRetention()Creates a replay guard with default retention of 2 minutes.