Interface UpdateAuthtypeStatusService
@Service
public interface UpdateAuthtypeStatusService
The Interface UpdateAuthtypeStatusService.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateAuthTypeStatus(String tokenId, List<io.mosip.idrepository.core.dto.AuthtypeStatus> authTypeStatusList) Update auth type status.
-
Method Details
-
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
-