3-D Secure Service
-
An enumeration for the various types of UI for displaying challenge screens.
Note
An enumeration is represented by bitmask values that may be combined together. For example, it’s valid to specify several options in an option set:[.text, .html]
.Declaration
Objective-C
enum OPPThreeDSChallengeUiType : NSUInteger {}
Swift
struct OPPThreeDSChallengeUiType : OptionSet, @unchecked Sendable
-
Class that contains all possible configurations to be applied at
See moreOPPThreeDSService
initialization phase.Declaration
Swift
@objc public class OPPThreeDSConfig : NSObject
-
A protocol to handle 3D Secure workflow.
See moreDeclaration
Objective-C
@protocol OPPThreeDSEventListener <NSObject>
Swift
protocol OPPThreeDSEventListener : NSObjectProtocol
-
Class to represent all information needed to communicate securely with Directory Server (DS) and Access Control Server (ACS)
See moreDeclaration
Swift
@objc public class OPPThreeDSSchemeConfig : NSObject