You are here

protected property BeforeRedirectEvent::$destination in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/BeforeRedirectEvent.php \Drupal\social_auth\Event\BeforeRedirectEvent::destination

The destination where use will redirect after successful authentication.

Type: string

File

src/Event/BeforeRedirectEvent.php, line 33

Class

BeforeRedirectEvent
Dispatched before user is redirected to provider for authentication.

Namespace

Drupal\social_auth\Event

Code

protected $destination;