3-D Secure

  • Class to represent 3-D Secure 2 parameters.

    See more

    Declaration

    Objective-C

    @interface OPPThreeDS2Info : NSObject

    Swift

    class OPPThreeDS2Info : NSObject
  • Enumeration of possible statuses for 3-D Secure 2 authentication.

    See more

    Declaration

    Objective-C

    enum OPPThreeDS2Status : NSInteger {}

    Swift

    enum OPPThreeDS2Status : Int, @unchecked Sendable
  • An enumeration of possible 3-D Secure 2 flows.

    See more

    Declaration

    Objective-C

    enum OPPThreeDS2Flow : NSInteger {}

    Swift

    enum OPPThreeDS2Flow : Int, @unchecked Sendable