You are here

protected property ExternalAuthLoginEvent::$authname in External Authentication 8

Same name and namespace in other branches
  1. 2.0.x src/Event/ExternalAuthLoginEvent.php \Drupal\externalauth\Event\ExternalAuthLoginEvent::authname

The unique, external authentication name.

This is provided by the authentication provider.

Type: string

File

src/Event/ExternalAuthLoginEvent.php, line 34

Class

ExternalAuthLoginEvent
Notify event listeners about an externalauth user login.

Namespace

Drupal\externalauth\Event

Code

protected $authname;