Interface UinService
-
- All Known Implementing Classes:
UinServiceImpl
public interface UinService- Author:
- Ramadurai Pandian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MosipUserDtogetDetailsForValidateOtp(String uin)MosipUserDtogetDetailsFromUin(OtpUser otpUser)
-
-
-
Method Detail
-
getDetailsFromUin
MosipUserDto getDetailsFromUin(OtpUser otpUser) throws Exception
- Throws:
Exception
-
getDetailsForValidateOtp
MosipUserDto getDetailsForValidateOtp(String uin) throws Exception
- Throws:
Exception
-
-