Class OTPGenerateServiceImpl
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.service.impl.OTPGenerateServiceImpl
-
- All Implemented Interfaces:
OTPGenerateService
@Component public class OTPGenerateServiceImpl extends Object implements OTPGenerateService
- Author:
- Ramadurai Pandian
-
-
Constructor Summary
Constructors Constructor Description OTPGenerateServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtpGenerateResponseDtogenerateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, String token)OtpGenerateResponseDtogenerateOTPMultipleChannels(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String token)
-
-
-
Method Detail
-
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
-
-