Class VciFacadeImpl
- java.lang.Object
-
- io.mosip.authentication.service.kyc.facade.VciFacadeImpl
-
-
Constructor Summary
Constructors Constructor Description VciFacadeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VciExchangeResponseDTOprocessVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata)
-
-
-
Method Detail
-
processVciExchange
public VciExchangeResponseDTO processVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata) throws IdAuthenticationBusinessException
- Specified by:
processVciExchangein interfaceVciFacade- Throws:
IdAuthenticationBusinessException
-
-