Interface UpdateAuthtypeStatusService
-
@Service public interface UpdateAuthtypeStatusServiceThe Interface UpdateAuthtypeStatusService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateAuthTypeStatus(String tokenId, List<io.mosip.idrepository.core.dto.AuthtypeStatus> authTypeStatusList)Update auth type status.
-
-
-
Method Detail
-
updateAuthTypeStatus
void updateAuthTypeStatus(String tokenId, List<io.mosip.idrepository.core.dto.AuthtypeStatus> authTypeStatusList) throws IdAuthenticationBusinessException
Update auth type status.- Parameters:
tokenId- the token idauthTypeStatusList- the auth type status list- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-
-