Class OTPGenerateServiceImpl
java.lang.Object
io.mosip.kernel.auth.defaultimpl.service.impl.OTPGenerateServiceImpl
- All Implemented Interfaces:
OTPGenerateService
- Author:
- Ramadurai Pandian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, String token) generateOTPMultipleChannels(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String token)
-
Constructor Details
-
OTPGenerateServiceImpl
public OTPGenerateServiceImpl()
-
-
Method Details
-
generateOTP
public OtpGenerateResponseDto generateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, String token) - Specified by:
generateOTPin interfaceOTPGenerateService
-
generateOTPMultipleChannels
public OtpGenerateResponseDto generateOTPMultipleChannels(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String token) - Specified by:
generateOTPMultipleChannelsin interfaceOTPGenerateService
-