protected property JwtTranscoder::$secret in JSON Web Token Authentication (JWT) 8
Same name and namespace in other branches
- 8.0 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\TranscoderCode
protected $secret = NULL;