You are here

service simple_oauth.key.generator in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.4 simple_oauth.services.yml \simple_oauth.key.generator
  2. 5.x simple_oauth.services.yml \simple_oauth.key.generator

Class

Drupal\simple_oauth\Service\KeyGeneratorService
1 string reference to simple_oauth.key.generator
Oauth2GenerateKeyForm::create in src/Entity/Form/Oauth2GenerateKeyForm.php
Instantiates a new instance of this class.

File

./simple_oauth.services.yml
simple_oauth.services.yml

View source
  1. class: Drupal\simple_oauth\Service\KeyGeneratorService
  2. arguments:
  3. - '@simple_oauth.filesystem_checker'
  4. - '@file_system'