OtpActivationStatus
public class OtpActivationStatus : NSObject
OtpActivationStatus to capture otp status during submitIdvMethod and send back to applications.
Version
Version 1.0Since
Since 1.0-
Only provided if the selected
IdvMethodcontains anOTP. The number of retries a consumer can enterOTPbefore they must request a new one.Declaration
Swift
public var maxOtpRequestsAllowed: String? -
Only provided if the selected
IdvMethodcontains anOTP. The number of times the consumer can request a newOTPfor a token. After the number of attempts is exceeded, step up authentication viaOTPis disabled for this token.Declaration
Swift
public var maxOtpVerificationAllowed: String? -
Only provided if the selected
IdvMethodcontains anOTP.OTPvalidation will fail if the consumer submitsOTPafter this period. The value is set in minutes.Declaration
Swift
public var otpExpiration: String?
OtpActivationStatus Class Reference