OPPThreeDS2Flow

@objc
public enum OPPThreeDS2Flow : NSInteger

An enumeration of possible 3-D Secure 2 flows.

  • app

    3-D Secure 2 native application flow.

    Declaration

    Swift

    case app
  • 3-D Secure 2 native application flow with fallback to browsed flow disabled

    Declaration

    Swift

    case appOnly
  • web

    3-D Secure 2 native browser flow.

    Declaration

    Swift

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

    Declaration

    Swift

    case disabled