OTPActivationStatus
public struct OTPActivationStatus
The OTPActivationStatus struct captures the OTP activation status during selectIDVMethod and sends it to the merchant application.
Version
Version 3.0Since
Since 3.0-
This is only provided if the selected
IDVMethodcontains anOTP. The number of times the end user can request a newOTPfor a token. After the number of attempts is exceeded, the step-up authentication viaOTPis disabled for this token.Declaration
Swift
public var maxOTPRequestsAllowed: Int? -
This is only provided if the selected
IDVMethodcontains anOTP. This defines the number of retries the end user can enter theOTPbefore requesting a new one.Declaration
Swift
public var maxOTPVerificationAllowed: Int? -
This is only provided if the selected
IDVMethodcontains anOTP.OTPvalidation will fail if the end user submitsOTPafter this period. The value is set in minutes.Declaration
Swift
public var otpExpiration: Int?
OTPActivationStatus Structure Reference