Interface ValidateOtpFunction
public interface ValidateOtpFunction
To validate OTP against Otpvalue and Otpkey
- Author:
- Dinesh Karuppiah.T
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidateOtp(String otpValue, String otpKey, String individualId) Validates OTP.
-
Method Details
-
validateOtp
boolean validateOtp(String otpValue, String otpKey, String individualId) throws IdAuthenticationBusinessException Validates OTP.- Parameters:
otpValue- the otp valueotpKey- the otp key- Returns:
- true, if successful
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-