Uses of Class
io.mosip.kernel.auth.defaultimpl.dto.otp.OtpGenerateResponseDto
Packages that use OtpGenerateResponseDto
Package
Description
-
Uses of OtpGenerateResponseDto in io.mosip.kernel.auth.defaultimpl.service
Methods in io.mosip.kernel.auth.defaultimpl.service that return OtpGenerateResponseDtoModifier and TypeMethodDescriptionOTPGenerateService.generateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, String token) OTPGenerateService.generateOTPMultipleChannels(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String token) -
Uses of OtpGenerateResponseDto in io.mosip.kernel.auth.defaultimpl.service.impl
Methods in io.mosip.kernel.auth.defaultimpl.service.impl that return OtpGenerateResponseDtoModifier and TypeMethodDescriptionOTPGenerateServiceImpl.generateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, String token) OTPGenerateServiceImpl.generateOTPMultipleChannels(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String token)