Challenge Callback
-
A protocol for 3-D Secure challenge callbacks. Receives result after challenge is finished or interrupted for some reason.
See moreDeclaration
Swift
@objc public protocol OPPThreeDSChallengeCallback -
An enumeration for the various types of status for the 3-D Secure 2 transaction.
See moreDeclaration
Swift
@objc public enum OPPThreeDSTransactionStatus : Int -
Class to represent information about successful challenge completion.
See moreDeclaration
Swift
@objc public class OPPThreeDSCompletionEvent : NSObject -
Class to represent information about interrupted challenge.
See moreDeclaration
Swift
@objc public class OPPThreeDSErrorEvent : NSObject
Challenge Callback Reference