You are here

service jwt.transcoder in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 jwt.services.yml \jwt.transcoder

Class

Drupal\jwt\Transcoder\JwtTranscoder
1 string reference to jwt.transcoder
ConfigForm::create in src/Form/ConfigForm.php
Instantiates a new instance of this class.

File

./jwt.services.yml
jwt.services.yml

View source
  1. class: Drupal\jwt\Transcoder\JwtTranscoder
  2. arguments:
  3. - '@jwt.firebase.php-jwt'
  4. - '@config.factory'
  5. - '@key.repository'