You are here

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

Same name and namespace in other branches
  1. 8 src/Event/Auth0UserSigninEvent.php \Drupal\auth0\Event\Auth0UserSigninEvent::getAuth0Profile()

Get the Auth0 profile.

Return value

array The Auth0 profile array.

File

src/Event/Auth0UserSigninEvent.php, line 81

Class

Auth0UserSigninEvent
User signin event.

Namespace

Drupal\auth0\Event

Code

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