You are here

protected property JwtAuthValidateEvent::$invalidReason in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 src/Authentication/Event/JwtAuthValidateEvent.php \Drupal\jwt\Authentication\Event\JwtAuthValidateEvent::invalidReason

Variable holding a reason that a token was marked invalid.

Type: string

File

src/Authentication/Event/JwtAuthValidateEvent.php, line 24

Class

JwtAuthValidateEvent
Class JwtAuthValidateEvent.

Namespace

Drupal\jwt\Authentication\Event

Code

protected $invalidReason;