IdvMethod
public class IdvMethod : NSObject, Codable
IdvMethod defines the IDV method available to the end user
Version
Version 1.0Since
Since 1.0-
The identifier of the
IdvMethodDeclaration
Swift
public var id: String? -
A type of
IdvMethodthat user could select.Declaration
Swift
public var type: IdvType? -
Only for
IdvType.appToApp. It corresponds to the concatenation of the issuer application id and the intent handler. An information that could be displayed to the end user.- For
IdvType.otpEmail, it is a masked email. - For
IdvType.appToApp, it is the issuer mobile application name. - For
IdvType.customerService, it is the number to call like1-800-555-1212.
Declaration
Swift
public var value: String? - For
-
Only for
appToApp. It corresponds to the concatenation of the issuer application id and the intent handler.Declaration
Swift
public var source: String? -
Only for
appToApp. An opaque data that should be sent to the issuer applicationDeclaration
Swift
public var requestPayload: String? -
Initializes the IDV method available to the end user.
Declaration
Swift
public override init() -
Initializes the IDV method available to the end user.
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
IdvMethod Class Reference