Previous Topic: EMV (ArcotID OTP-EMV) AuthenticationNext Topic: Verifying Password Type Credentials


EMV (ArcotID OTP-EMV) Password Synchronization

To synchronize the client and server EMV-compliant ArcotID OTP:

  1. (Optional) If you are implementing a plug-in, then invoke the setAdditionalInput() method in the AdditionalInput class to obtain an object that implements the class.

    See "Preparing Additional Input" for more information.

  2. Invoke the synchronizeOTP() method of the EMVAuth interface to synchronize the server OTP with the client OTP. Optionally, you can also specify the token type that must be returned to the user after successful authentication by using the AuthTokenType class.

    This method returns an instance of the AuthResponse interface, which provides the transaction details, credential details, and token information.