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 application flow with fallback to browsed flow disabled
Declaration
Objective-C
OPPThreeDS2FlowAppOnly
Swift
case appOnly = 1
-
3-D Secure 2 native browser flow.
Declaration
Objective-C
OPPThreeDS2FlowWeb
Swift
case web = 2
-
Fallback to 3-D Secure 1 flow.
Declaration
Objective-C
OPPThreeDS2FlowDisabled
Swift
case disabled = 3