Package com.thalesgroup.tmgsdk.model
Class OtpActivationStatus
- java.lang.Object
-
- com.thalesgroup.tmgsdk.model.OtpActivationStatus
-
public class OtpActivationStatus extends Object
This object capture the otp activation status duringPendingBindingSession.submitIdvMethod(IDVMethod)and send back to applications.- 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()Only provided if the selectedIDVMethodcontains an OTP.StringgetMaxOtpVerificationAllowed()Only provided if the selectedIDVMethodcontains an OTP.StringgetOtpExpiration()Only provided if the selectedIDVMethodcontains an OTP.
-
-
-
Method Detail
-
getMaxOtpVerificationAllowed
public String getMaxOtpVerificationAllowed()
Only provided if the selectedIDVMethodcontains 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 selectedIDVMethodcontains 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.
-
-