Uses of Class
io.mosip.kernel.otpmanager.dto.OtpValidatorResponseDto
-
Packages that use OtpValidatorResponseDto Package Description io.mosip.kernel.otpmanager.controller io.mosip.kernel.otpmanager.service.impl -
-
Uses of OtpValidatorResponseDto in io.mosip.kernel.otpmanager.controller
Methods in io.mosip.kernel.otpmanager.controller that return types with arguments of type OtpValidatorResponseDto Modifier and Type Method Description ResponseWrapper<OtpValidatorResponseDto>OtpValidatorController. validateOtp(String key, String otp)This method validates the OTP against a key. -
Uses of OtpValidatorResponseDto in io.mosip.kernel.otpmanager.service.impl
Methods in io.mosip.kernel.otpmanager.service.impl that return types with arguments of type OtpValidatorResponseDto Modifier and Type Method Description org.springframework.http.ResponseEntity<OtpValidatorResponseDto>OtpValidatorServiceImpl. validateOtp(String key, String otp)
-