Uses of Class
io.mosip.kernel.otpmanager.dto.OtpGeneratorRequestDto
-
Packages that use OtpGeneratorRequestDto Package Description io.mosip.kernel.otpmanager.controller io.mosip.kernel.otpmanager.service.impl -
-
Uses of OtpGeneratorRequestDto in io.mosip.kernel.otpmanager.controller
Method parameters in io.mosip.kernel.otpmanager.controller with type arguments of type OtpGeneratorRequestDto Modifier and Type Method Description ResponseWrapper<OtpGeneratorResponseDto>OtpGeneratorController. generateOtp(RequestWrapper<OtpGeneratorRequestDto> otpDto)This method handles the OTP generation. -
Uses of OtpGeneratorRequestDto in io.mosip.kernel.otpmanager.service.impl
Methods in io.mosip.kernel.otpmanager.service.impl with parameters of type OtpGeneratorRequestDto Modifier and Type Method Description OtpGeneratorResponseDtoOtpGeneratorServiceImpl. getOtp(OtpGeneratorRequestDto otpDto)
-