You are here

public function Auth0UserPreLoginEvent::__construct in Auth0 Single Sign On 8.2

Initialize the event.

Parameters

array $auth0Profile: The Auth0 profile array.

File

src/Event/Auth0UserPreLoginEvent.php, line 30

Class

Auth0UserPreLoginEvent
User prelogin event.

Namespace

Drupal\auth0\Event

Code

public function __construct(array $auth0Profile) {
  $this->auth0Profile = $auth0Profile;
}