Interface UinService
- All Known Implementing Classes:
UinServiceImpl
public interface UinService
- Author:
- Ramadurai Pandian
-
Method Summary
Modifier and TypeMethodDescriptionio.mosip.kernel.core.authmanager.model.MosipUserDtoio.mosip.kernel.core.authmanager.model.MosipUserDtogetDetailsFromUin(io.mosip.kernel.core.authmanager.model.OtpUser otpUser)
-
Method Details
-
getDetailsFromUin
io.mosip.kernel.core.authmanager.model.MosipUserDto getDetailsFromUin(io.mosip.kernel.core.authmanager.model.OtpUser otpUser) throws Exception - Throws:
Exception
-
getDetailsForValidateOtp
io.mosip.kernel.core.authmanager.model.MosipUserDto getDetailsForValidateOtp(String uin) throws Exception - Throws:
Exception
-