Interface IdRateLimitEmailVerificationServiceType

All Superinterfaces:
IdServiceType
All Known Implementing Classes:
IdRateLimitEmailVerificationService

public interface IdRateLimitEmailVerificationServiceType extends IdServiceType
A rate limiting service for email verifications.
  • Method Details

    • isAllowedByRateLimit

      boolean isAllowedByRateLimit(UUID user)
      Parameters:
      user - The user ID
      Returns:
      true if the given operation is allowed by rate limiting