Interface OTPService
-
- All Known Implementing Classes:
OTPServiceImpl,ProxyOTPServiceImpl
public interface OTPService- Author:
- Ramadurai Pandian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.mosip.kernel.core.authmanager.model.AuthNResponseDtosendOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)io.mosip.kernel.core.authmanager.model.AuthNResponseDtosendOTPForUin(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)io.mosip.kernel.core.authmanager.model.MosipUserTokenDtovalidateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, String otp, String appId)
-
-
-
Method Detail
-
validateOTP
io.mosip.kernel.core.authmanager.model.MosipUserTokenDto validateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, String otp, String appId)
-
sendOTPForUin
io.mosip.kernel.core.authmanager.model.AuthNResponseDto sendOTPForUin(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)
-
-