public function Auth0UserSignupEvent::getAuth0Profile in Auth0 Single Sign On 8.2
Same name and namespace in other branches
- 8 src/Event/Auth0UserSignupEvent.php \Drupal\auth0\Event\Auth0UserSignupEvent::getAuth0Profile()
Get the Auth0 profile.
Return value
array The Auth0 profile.
File
- src/
Event/ Auth0UserSignupEvent.php, line 61
Class
- Auth0UserSignupEvent
- User signup event.
Namespace
Drupal\auth0\EventCode
public function getAuth0Profile() {
return $this->auth0Profile;
}