OPPThreeDS2Flow
@objc
public enum OPPThreeDS2Flow : NSInteger
An enumeration of possible 3-D Secure 2 flows.
-
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 -
3-D Secure 2 native browser flow.
Declaration
Swift
case web -
Fallback to 3-D Secure 1 flow.
Declaration
Swift
case disabled
OPPThreeDS2Flow Enumeration Reference