You are here

protected property SamlauthUserLinkEvent::$attributes in SAML Authentication 8.2

Same name and namespace in other branches
  1. 8.3 src/Event/SamlauthUserLinkEvent.php \Drupal\samlauth\Event\SamlauthUserLinkEvent::attributes
  2. 4.x src/Event/SamlauthUserLinkEvent.php \Drupal\samlauth\Event\SamlauthUserLinkEvent::attributes

The SAML attributes received from the IDP.

Single values are typically represented as one-element arrays.

Type: array

File

src/Event/SamlauthUserLinkEvent.php, line 27

Class

SamlauthUserLinkEvent
Wraps a samlauth user sync event for event listeners.

Namespace

Drupal\samlauth\Event

Code

protected $attributes;