Class OtpVerificationState

java.lang.Object
org.diabetestechnology.drh.service.http.pg.constant.email.OtpVerificationState

public class OtpVerificationState extends Object
  • Constructor Details

    • OtpVerificationState

      public OtpVerificationState(String otp, int expiryMinutes, int maxRetries)
  • Method Details

    • isExpired

      public boolean isExpired()
    • canRetry

      public boolean canRetry()
    • incrementRetry

      public void incrementRetry()
    • getOtp

      public String getOtp()