Interface OTPService

All Known Implementing Classes:
OTPServiceImpl, ProxyOTPServiceImpl

public interface OTPService
Author:
Ramadurai Pandian
  • Method Summary

    Modifier and Type
    Method
    Description
    io.mosip.kernel.core.authmanager.model.AuthNResponseDto
    sendOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)
     
    io.mosip.kernel.core.authmanager.model.AuthNResponseDto
    sendOTPForUin(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)
     
    io.mosip.kernel.core.authmanager.model.MosipUserTokenDto
    validateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, String otp, String appId)
     
  • Method Details

    • validateOTP

      io.mosip.kernel.core.authmanager.model.MosipUserTokenDto validateOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, String otp, String appId)
    • sendOTPForUin

      io.mosip.kernel.core.authmanager.model.AuthNResponseDto sendOTPForUin(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUserDto, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId)
    • sendOTP

      io.mosip.kernel.core.authmanager.model.AuthNResponseDto sendOTP(io.mosip.kernel.core.authmanager.model.MosipUserDto mosipUser, io.mosip.kernel.core.authmanager.model.OtpUser otpUser, String appId) throws Exception
      Throws:
      Exception