You are here

protected property JwtTranscoder::$privateKey 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::privateKey

The PEM encoded private key used for signing RSA JWTs.

Type: string

File

src/Transcoder/JwtTranscoder.php, line 51

Class

JwtTranscoder
Class JwtTranscoder.

Namespace

Drupal\jwt\Transcoder

Code

protected $privateKey = NULL;