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