Package com.thalesgroup.tmgsdk
Interface IDVMethod
-
public interface IDVMethodIDVMethoddefines the IDV method available to the end user- Since:
- 1.0
- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The identifier of theIDVMethod.StringgetRequestPayload()Only forAPP-TO-APP.StringgetSource()Only forAPP-TO-APP.IDVTypegetType()TheIDVMethodtype.StringgetValue()An information that could be displayed to the end user.
-
-
-
Method Detail
-
getId
String getId()
The identifier of theIDVMethod.
-
getType
IDVType getType()
-
getValue
String getValue()
An information that could be displayed to the end user.- For
OTP_EMAIL, it is a masked email. - For
APP_TO_APP, it is the issuer mobile application name. - For
CUSTOMER_SERVICE, it is the number to call like1-800-555-1212.
- For
-
getSource
String getSource()
Only forAPP-TO-APP. It corresponds to the concatenation of the issuer application id and the intent handler.
-
getRequestPayload
String getRequestPayload()
Only forAPP-TO-APP. It is the opaque payload to provide to the banking application.
-
-