Uses of Class
io.mosip.authentication.core.indauth.dto.KycExchangeRequestDTO
Packages that use KycExchangeRequestDTO
Package
Description
-
Uses of KycExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type KycExchangeRequestDTOModifier and TypeMethodDescriptionKycFacade.processKycExchange(KycExchangeRequestDTO kycExchangeRequestDTO, String partnerId, String oidcClientId, Map<String, Object> metadata, ObjectWithMetadata requestWithMetadata) Process the KycExchangeRequestDTO to integrate with KYCService. -
Uses of KycExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service with parameters of type KycExchangeRequestDTOModifier and TypeMethodDescriptionKycService.buildKycExchangeResponse(String subject, Map<String, List<IdentityInfoDTO>> idInfo, List<String> consentedAttributes, List<String> locales, String idVid, KycExchangeRequestDTO kycExchangeRequestDTO) Method to build kyc exchange response to return user claims.