Interface OTPService
- All Known Implementing Classes:
OTPServiceImpl,ProxyOTPServiceImpl
public interface OTPService
- Author:
- Ramadurai Pandian
-
Method Summary
Modifier and TypeMethodDescriptionio.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 Details
-
validateOTP
-
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) -
sendOTP
io.mosip.kernel.core.authmanager.model.AuthNResponseDto sendOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId) throws Exception - Throws:
Exception
-