public interface OTPService
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
sendOTP(MosipUserDto mosipUserDto,
List<String> channel,
String appId) |
AuthNResponseDto |
sendOTP(MosipUserDto mosipUser,
OtpUser otpUser) |
AuthNResponseDto |
sendOTPForUin(MosipUserDto mosipUserDto,
OtpUser otpUser,
String appId) |
MosipUserTokenDto |
validateOTP(MosipUserDto mosipUser,
String otp) |
AuthNResponseDto sendOTP(MosipUserDto mosipUserDto, List<String> channel, String appId)
MosipUserTokenDto validateOTP(MosipUserDto mosipUser, String otp)
AuthNResponseDto sendOTPForUin(MosipUserDto mosipUserDto, OtpUser otpUser, String appId)
AuthNResponseDto sendOTP(MosipUserDto mosipUser, OtpUser otpUser) throws Exception
ExceptionCopyright © 2020. All rights reserved.