Uses of Class
io.mosip.authentication.core.indauth.dto.AuthStatusInfo
-
Packages that use AuthStatusInfo Package Description io.mosip.authentication.core.spi.indauth.service -
-
Uses of AuthStatusInfo in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service that return AuthStatusInfo Modifier and Type Method Description AuthStatusInfoAuthService. authenticate(AuthRequestDTO authRequestDTO, String uin, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId)This method is used to authenticate the individual based on the auth type.default AuthStatusInfoBioAuthService. authenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId)AuthStatusInfoBioAuthService. authenticate(AuthRequestDTO authRequestDTO, String token, Map<String,List<IdentityInfoDTO>> idInfo, String partnerId, boolean isAuth)Authenticate.
-