You are here

protected property JwtTranscoder::$secret in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 src/Transcoder/JwtTranscoder.php \Drupal\jwt\Transcoder\JwtTranscoder::secret

The key used to encode/decode a JsonWebToken.

Type: string

File

src/Transcoder/JwtTranscoder.php, line 44

Class

JwtTranscoder
Class JwtTranscoder.

Namespace

Drupal\jwt\Transcoder

Code

protected $secret = NULL;