You are here

protected property FailedAuthenticationEvent::$response in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/Event/FailedAuthenticationEvent.php \Drupal\social_auth\Event\FailedAuthenticationEvent::response

RedirectResponse object.

Type: \Symfony\Component\HttpFoundation\RedirectResponse

File

src/Event/FailedAuthenticationEvent.php, line 42

Class

FailedAuthenticationEvent
Dispatched when user authentication fails in provider.

Namespace

Drupal\social_auth\Event

Code

protected $response;