Class OtpActivationStatus
- java.lang.Object
-
- com.thalesgroup.tmgsdk.model.visa.OtpActivationStatus
-
public class OtpActivationStatus extends Object
This object captures the OTP activation status duringIDVSession.selectIdvMethod(IDVMethod)and sends it to the merchant application.- Since:
- 1.0
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description OtpActivationStatus(String maxOtpVerificationAllowed, String maxOtpRequestAllowed, String otpExpiration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMaxOtpRequestsAllowed()This API is only provided if the selectedIDVMethodcontains an OTP.StringgetMaxOtpVerificationAllowed()This API is only provided if the selectedIDVMethodcontains an OTP.StringgetOtpExpiration()This API is only provided if the selectedIDVMethodcontains an OTP.
-
-
-
Method Detail
-
getMaxOtpVerificationAllowed
public String getMaxOtpVerificationAllowed()
This API is only provided if the selectedIDVMethodcontains 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 selectedIDVMethodcontains 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.
-
-