Uses of Class
io.mosip.authentication.core.indauth.dto.VciExchangeRequestDTO
Packages that use VciExchangeRequestDTO
Package
Description
-
Uses of VciExchangeRequestDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type VciExchangeRequestDTOModifier and TypeMethodDescriptionVciFacade.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 VciExchangeRequestDTOModifier and TypeMethodDescriptionVciService.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.