3-D Secure
-
Class to represent 3-D Secure 2 parameters.
See moreDeclaration
Objective-C
@interface OPPThreeDS2Info : NSObject
Swift
class OPPThreeDS2Info : NSObject
-
Enumeration of possible statuses for 3-D Secure 2 authentication.
See moreDeclaration
Objective-C
enum OPPThreeDS2Status : NSInteger {}
Swift
enum OPPThreeDS2Status : Int, @unchecked Sendable
-
An enumeration of possible 3-D Secure 2 flows.
See moreDeclaration
Objective-C
enum OPPThreeDS2Flow : NSInteger {}
Swift
enum OPPThreeDS2Flow : Int, @unchecked Sendable