public function FailedAuthenticationEvent::getResponse in Social Auth 8.2
Same name and namespace in other branches
- 3.x src/Event/FailedAuthenticationEvent.php \Drupal\social_auth\Event\FailedAuthenticationEvent::getResponse()
Returns the current redirect response object.
Return value
\Symfony\Component\HttpFoundation\Response The response from the provider.
File
- src/
Event/ FailedAuthenticationEvent.php, line 96
Class
- FailedAuthenticationEvent
- Dispatched when user authentication fails in provider.
Namespace
Drupal\social_auth\EventCode
public function getResponse() {
return $this->response;
}