You are here

protected property JwtTranscoder::$publicKey in JSON Web Token Authentication (JWT) 8

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

The PEM encoded public key used to verify signatures on RSA JWTs.

Type: string

File

src/Transcoder/JwtTranscoder.php, line 58

Class

JwtTranscoder
Class JwtTranscoder.

Namespace

Drupal\jwt\Transcoder

Code

protected $publicKey = NULL;