IDVSession
public class IDVSession
IDVSession is used to get the available IDVMethod, submit the user’s selection and then validate the OTP to complete IDV flow.
Version
Version 3.0Since
Since 3.0-
Gets the list of
IDVMethod.Declaration
Swift
public var idvMethods: [MastercardTAFHelper.IDVMethod] { get }Return Value
- The list of
IDVMethodthat is available.
- The list of
-
Activates the binding with
OTP,TMGSDKwill call the server to validate theOTP.Declaration
Swift
public func validateOTP(_ otp: String?)Parameters
otpThe OTP that is used for authentication.
IDVSession Class Reference