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 AuthNResponseDtosendOTP(MosipUserDto mosipUser, OtpUser otpUser, String appId)AuthNResponseDtosendOTP(MosipUserDto mosipUserDto, List<String> channel, String appId)AuthNResponseDtosendOTPForUin(MosipUserDto mosipUserDto, OtpUser otpUser, String appId)MosipUserTokenDtovalidateOTP(MosipUserDto mosipUser, String otp, String appId)
-
-
-
Method Detail
-
sendOTP
AuthNResponseDto sendOTP(MosipUserDto mosipUserDto, List<String> channel, String appId)
-
validateOTP
MosipUserTokenDto validateOTP(MosipUserDto mosipUser, String otp, String appId)
-
sendOTPForUin
AuthNResponseDto sendOTPForUin(MosipUserDto mosipUserDto, OtpUser otpUser, String appId)
-
sendOTP
AuthNResponseDto sendOTP(MosipUserDto mosipUser, OtpUser otpUser, String appId) throws Exception
- Throws:
Exception
-
-