Interface UpdateAuthtypeStatusService


@Service public interface UpdateAuthtypeStatusService
The Interface UpdateAuthtypeStatusService.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateAuthTypeStatus(String tokenId, List<io.mosip.idrepository.core.dto.AuthtypeStatus> authTypeStatusList)
    Update auth type status.
  • Method Details