protected property JwtAuthValidateEvent::$valid in JSON Web Token Authentication (JWT) 8
Same name and namespace in other branches
- 8.0 src/Authentication/Event/JwtAuthValidateEvent.php \Drupal\jwt\Authentication\Event\JwtAuthValidateEvent::valid
Variable tracking whether a token has been marked invalid.
Type: bool
File
- src/
Authentication/ Event/ JwtAuthValidateEvent.php, line 17
Class
- JwtAuthValidateEvent
- Class JwtAuthValidateEvent.
Namespace
Drupal\jwt\Authentication\EventCode
protected $valid = TRUE;