Class OtpActivationStatus

    • Constructor Detail

      • OtpActivationStatus

        public OtpActivationStatus​(String maxOtpVerificationAllowed,
                                   String maxOtpRequestAllowed,
                                   String otpExpiration)
    • Method Detail

      • getMaxOtpVerificationAllowed

        public String getMaxOtpVerificationAllowed()
        Only provided if the selected IDVMethod contains an OTP. The number of retries a consumer can enter OTP before they must request a new one.
      • getMaxOtpRequestsAllowed

        public String getMaxOtpRequestsAllowed()
        Only provided if the selected IDVMethod contains an OTP. The number of times the consumer can request a new OTP for a token. After the number of attempts is exceeded, step up authentication via OTP is disabled for this token.
      • getOtpExpiration

        public String getOtpExpiration()
        Only provided if the selected IDVMethod contains an OTP. OTP validation will fail if the consumer submits OTP after this period. The value is set in minutes.