Uses of Class
io.mosip.authentication.core.indauth.dto.KycExchangeResponseDTO
-
Packages that use KycExchangeResponseDTO Package Description io.mosip.authentication.core.spi.indauth.facade -
-
Uses of KycExchangeResponseDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade that return KycExchangeResponseDTO Modifier and Type Method Description KycExchangeResponseDTOKycFacade. processKycExchange(KycExchangeRequestDTO kycExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata)Process the KycExchangeRequestDTO to integrate with KYCService.
-