Uses of Class
io.mosip.authentication.core.indauth.dto.AuthResponseDTO
-
Packages that use AuthResponseDTO Package Description io.mosip.authentication.core.spi.indauth.facade io.mosip.authentication.core.spi.notification.service -
-
Uses of AuthResponseDTO in io.mosip.authentication.core.spi.indauth.facade
Methods in io.mosip.authentication.core.spi.indauth.facade that return AuthResponseDTO Modifier and Type Method Description AuthResponseDTOAuthFacade. authenticateIndividual(AuthRequestDTO authRequest, boolean isExternalAuth, String partnerId, String partnerApiKey, boolean markVidConsumed, ObjectWithMetadata requestWrapperMetadata)Process the authorization type and authorization response is returned.AuthResponseDTOIdentityKeyBindingFacade. authenticateIndividual(AuthRequestDTO authRequest, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata)Authenticate individual.AuthResponseDTOKycFacade. authenticateIndividual(AuthRequestDTO authRequest, boolean request, String partnerId, String partnerApiKey, ObjectWithMetadata requestWithMetadata)Authenticate individual.AuthResponseDTOKycFacade. 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 AuthResponseDTO Modifier and Type Method Description EKycAuthResponseDTOKycFacade. processEKycAuth(EkycAuthRequestDTO eKycAuthRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, Map<String,Object> metadata)Process the EKycAuthRequestDTO to integrate with EKycService.IdentityKeyBindingResponseDtoIdentityKeyBindingFacade. processIdentityKeyBinding(IdentityKeyBindingRequestDTO identityKeyBindingRequestDTO, AuthResponseDTO authResponseDTO, String partnerId, String oidcClientId, Map<String,Object> metadata)Process the IdentityKeyBindingRequestDTO to integrate with KYCService.KycAuthResponseDTOKycFacade. 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 AuthResponseDTO Modifier and Type Method Description voidNotificationService. sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String,List<IdentityInfoDTO>> idInfo, boolean isAuth)
-