Interface ValidateOtpFunction


public interface ValidateOtpFunction
To validate OTP against Otpvalue and Otpkey
Author:
Dinesh Karuppiah.T
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validateOtp(String otpValue, String otpKey, String individualId)
    Validates OTP.