You are here

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

Get the Auth0 profile.

Return value

array The Auth0 profile.

File

src/Event/Auth0UserPreLoginEvent.php, line 40

Class

Auth0UserPreLoginEvent
User prelogin event.

Namespace

Drupal\auth0\Event

Code

public function getAuth0Profile() {
  return $this->auth0Profile;
}