Package com.thalesgroup.tmgsdk.visa
Interface IDVMethod
-
public interface IDVMethodTheIDVMethodAPI defines the IDV methods which are 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 ofIDVMethod.StringgetRequestPayload()Only forAPP-TO-APP.StringgetSource()Only forAPP-TO-APP.IDVTypegetType()A type ofIDVMethodthat the end user can select.StringgetValue()Only forAPP-TO-APP.
-
-
-
Method Detail
-
getId
String getId()
The identifier ofIDVMethod.
-
getType
IDVType getType()
-
getValue
String getValue()
Only forAPP-TO-APP. It corresponds to the concatenation of the issuer application ID and the intent handler. An information that can 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 such as1-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 an opaque payload to provide to the issuer application.
-
-