processVciExchange
VciExchangeResponseDTO processVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO,
String partnerId,
String oidcClientId,
Map<String,Object> metadata,
ObjectWithMetadata requestWithMetadata)
throws IdAuthenticationBusinessException
Process the VciExchangeRequestDTO to integrate with VciService.
- Parameters:
vciExchangeRequestDTO - is DTO of VciExchangeRequestDTO
partnerId - the partner id
oidcClientId - the client id
metadata - the metadata
requestWithMetadata - the request with metadata
- Returns:
- the VCI Exchange response DTO
- Throws:
IdAuthenticationBusinessException - the id authentication business
exception