rateLimiter property

RateLimitedRequestAttemptUtil<UuidValue>? rateLimiter
final

Optional rate limiting for verification attempts.

If provided, rate limiting will be handled internally by SecretChallengeUtil. If not provided, no rate limiting will be applied.

Implementation

final RateLimitedRequestAttemptUtil<UuidValue>? rateLimiter;