Class OtpActivationStatus

    • Constructor Detail

      • OtpActivationStatus

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

      • getMaxOtpVerificationAllowed

        public String getMaxOtpVerificationAllowed()
        This API is only provided if the selected IDVMethod contains an OTP. This is the number of retries the end user can enter the OTP before requesting a new one.
      • getMaxOtpRequestsAllowed

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

        public String getOtpExpiration()
        This API is only provided if the selected IDVMethod contains an OTP. OTP validation will fail if the end user submits the OTP after this period. The value is set in minutes.