Uses of Class
io.mosip.authentication.core.indauth.dto.KycAuthResponseDTO
-
Packages that use KycAuthResponseDTO Package Description io.mosip.authentication.core.spi.indauth.facade -
-
Uses of KycAuthResponseDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade that return KycAuthResponseDTO Modifier and Type Method Description KycAuthResponseDTOKycFacade. processKycAuth(AuthRequestDTO kycAuthRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, String oidcClientId, Map<String,Object> metadata)Process the KycAuthRequestDTO to integrate with KYCService.
-