authenticateIndividual
AuthResponseDTO authenticateIndividual(AuthRequestDTO authRequest,
boolean isExternalAuth,
String partnerId,
String partnerApiKey,
boolean markVidConsumed,
ObjectWithMetadata requestWrapperMetadata)
throws IdAuthenticationBusinessException,
IdAuthenticationDaoException
Process the authorization type and authorization response is returned.
- Parameters:
authRequest - the auth request
request - the request
partnerId - the partner id
- Returns:
- AuthResponseDTO the auth response DTO
- Throws:
IdAuthenticationBusinessException - the id authentication business
exception.
IdAuthenticationDaoException - the id authentication dao exception