Uses of Class
io.mosip.authentication.core.indauth.dto.VciExchangeRequestDTO
-
Packages that use VciExchangeRequestDTO Package Description io.mosip.authentication.core.spi.indauth.facade io.mosip.authentication.core.spi.indauth.service -
-
Uses of VciExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type VciExchangeRequestDTO Modifier and Type Method Description VciExchangeResponseDTOVciFacade. processVciExchange(VciExchangeRequestDTO vciExchangeRequestDTO, String partnerId, String oidcClientId, Map<String,Object> metadata, ObjectWithMetadata requestWithMetadata)Process the VciExchangeRequestDTO to integrate with VciService. -
Uses of VciExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service with parameters of type VciExchangeRequestDTO Modifier and Type Method Description VCResponseDTO<?>VciService. buildVerifiableCredentials(String credSubjectId, String vcFormat, Map<String,List<IdentityInfoDTO>> idInfo, List<String> locales, Set<String> allowedAttributes, VciExchangeRequestDTO vciExchangeRequestDTO, String psuToken)Method to build the verifiable credentials.
-