You are here

protected property JwtAuthValidEvent::$user in JSON Web Token Authentication (JWT) 8

Same name and namespace in other branches
  1. 8.0 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\Event

Code

protected $user;