Customization
-
Class that contains all possible configurations to be applied at
See moreOPPThreeDSService
initialization phase.Declaration
Swift
@objc public class OPPThreeDSConfig : NSObject
-
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
-
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