You are here

protected property FailedAuthenticationEvent::$pluginId in Social Auth 3.x

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

The plugin id dispatching this event.

Type: string

File

src/Event/FailedAuthenticationEvent.php, line 27

Class

FailedAuthenticationEvent
Dispatched when user authentication fails in provider.

Namespace

Drupal\social_auth\Event

Code

protected $pluginId;