OPPThreeDS2Flow

enum OPPThreeDS2Flow : NSInteger {}

An enumeration of possible 3-D Secure 2 flows.

  • 3-D Secure 2 native application flow.

    Declaration

    Objective-C

    OPPThreeDS2FlowApp

    Swift

    case app = 0
  • 3-D Secure 2 native browser flow.

    Declaration

    Objective-C

    OPPThreeDS2FlowWeb

    Swift

    case web = 1
  • Fallback to 3-D Secure 1 flow.

    Declaration

    Objective-C

    OPPThreeDS2FlowDisabled

    Swift

    case disabled = 2