Interface ValidateOtpFunction
-
public interface ValidateOtpFunctionTo validate OTP against Otpvalue and Otpkey- Author:
- Dinesh Karuppiah.T
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidateOtp(String otpValue, String otpKey, String individualId)Validates OTP.
-
-
-
Method Detail
-
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
-
-