protected property JwtAuthValidEvent::$user in JSON Web Token Authentication (JWT) 8.0
Same name and namespace in other branches
- 8 src/Authentication/Event/JwtAuthValidEvent.php \Drupal\jwt\Authentication\Event\JwtAuthValidEvent::user
Variable holding the user authenticated by the token in the payload.
Type: \Drupal\user\UserInterface
File
- src/
Authentication/ Event/ JwtAuthValidEvent.php, line 20
Class
- JwtAuthValidEvent
- Class JwtAuthValidEvent.
Namespace
Drupal\jwt\Authentication\EventCode
protected $user;