Uses of Class
io.mosip.authentication.core.indauth.dto.AuthResponseDTO
Packages that use AuthResponseDTO
Package
Description
-
Uses of AuthResponseDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade that return AuthResponseDTOModifier and TypeMethodDescriptionAuthFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata) Process the authorization type and authorization response is returned.IdentityKeyBindingFacade.authenticateIndividual(AuthRequestDTO authRequest, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata) Authenticate individual.KycFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata) Authenticate individual.KycFacade.authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata, boolean markVidConsumed) Authenticate individual.Methods in io.mosip.authentication.core.spi.indauth.facade with parameters of type AuthResponseDTOModifier and TypeMethodDescriptionKycFacade.processEKycAuth(EkycAuthRequestDTO eKycAuthRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, Map<String, Object> metadata) Process the EKycAuthRequestDTO to integrate with EKycService.IdentityKeyBindingFacade.processIdentityKeyBinding(IdentityKeyBindingRequestDTO identityKeyBindingRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, String oidcClientId, Map<String, Object> metadata) Process the IdentityKeyBindingRequestDTO to integrate with KYCService.KycFacade.processKycAuth(AuthRequestDTO kycAuthRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, String oidcClientId, Map<String, Object> metadata) Process the KycAuthRequestDTO to integrate with KYCService. -
Uses of AuthResponseDTO in io.mosip.authentication.core.spi.notification.service
Methods in io.mosip.authentication.core.spi.notification.service with parameters of type AuthResponseDTOModifier and TypeMethodDescriptionvoidNotificationService.sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String, List<IdentityInfoDTO>> idInfo, boolean isAuth)