Uses of Class
io.mosip.authentication.core.indauth.dto.VciExchangeResponseDTO
-
Packages that use VciExchangeResponseDTO Package Description io.mosip.authentication.core.spi.indauth.facade -
-
Uses of VciExchangeResponseDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade that return VciExchangeResponseDTO Modifier and Type Method Description VciExchangeResponseDTOVciFacade. processVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata)Process the VciExchangeRequestDTO to integrate with VciService.
-