CA Mobile OTP-OATH Authentication

To authenticate OATH-complaint CA Mobile OTPs:
aatest
2112381
To authenticate OATH-complaint CA Mobile OTPs:
  1. Implement the logic to collect the CA Mobile OTP from the user.
  2. (
    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.
  3. Invoke the verifyOTP() method of the ArcotOTPAuth interface to verify the OTP of the user. 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.