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