Uses of Class
io.mosip.authentication.core.indauth.dto.KycExchangeRequestDTO
-
Packages that use KycExchangeRequestDTO Package Description io.mosip.authentication.core.spi.indauth.facade io.mosip.authentication.core.spi.indauth.service -
-
Uses of KycExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type KycExchangeRequestDTO 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. -
Uses of KycExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service with parameters of type KycExchangeRequestDTO Modifier and Type Method Description StringKycService. 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.
-