Interface UinService

All Known Implementing Classes:
UinServiceImpl

public interface UinService
Author:
Ramadurai Pandian
  • Method Summary

    Modifier and Type
    Method
    Description
    io.mosip.kernel.core.authmanager.model.MosipUserDto
     
    io.mosip.kernel.core.authmanager.model.MosipUserDto
    getDetailsFromUin(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