Package io.meeds.web.security.service
Class OtpService
java.lang.Object
io.meeds.web.security.service.OtpService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendOtpCode(String userName, String otpMethod) voidvalidateOtp(String userName, String otpMethod, String otpCode)
-
Constructor Details
-
OtpService
public OtpService()
-
-
Method Details
-
sendOtpCode
-
validateOtp
public void validateOtp(String userName, String otpMethod, String otpCode) throws IllegalAccessException - Throws:
IllegalAccessException
-