Uses of Class
io.mosip.authentication.core.indauth.dto.VCResponseDTO
-
Packages that use VCResponseDTO Package Description io.mosip.authentication.core.spi.indauth.service -
-
Uses of VCResponseDTO in io.mosip.authentication.core.spi.indauth.service
Methods in io.mosip.authentication.core.spi.indauth.service that return VCResponseDTO 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.
-