You are here

protected property JsonWebToken::$payload in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 src/JsonWebToken/JsonWebToken.php \Drupal\jwt\JsonWebToken\JsonWebToken::payload

Internal representation of the token.

Type: string

File

src/JsonWebToken/JsonWebToken.php, line 17

Class

JsonWebToken
Class JsonWebToken.

Namespace

Drupal\jwt\JsonWebToken

Code

protected $payload;