OtpActivationStatus

public class OtpActivationStatus : NSObject

OtpActivationStatus to capture otp status during submitIdvMethod and send back to applications.

Version

Version 1.0

Since

Since 1.0
  • Only provided if the selected IdvMethod contains an OTP. The number of retries a consumer can enter OTP before they must request a new one.

    Declaration

    Swift

    public var maxOtpRequestsAllowed: String?
  • Only provided if the selected IdvMethod contains 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.

    Declaration

    Swift

    public var maxOtpVerificationAllowed: String?
  • Only provided if the selected IdvMethod contains an OTP. OTP validation will fail if the consumer submits OTP after this period. The value is set in minutes.

    Declaration

    Swift

    public var otpExpiration: String?