You are here

private property KeyGeneratorService::$fileSystem in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.3 src/Service/KeyGeneratorService.php \Drupal\simple_oauth\Service\KeyGeneratorService::fileSystem
  2. 5.x src/Service/KeyGeneratorService.php \Drupal\simple_oauth\Service\KeyGeneratorService::fileSystem

The filesystem service.

Type: \Drupal\Core\File\FileSystemInterface

File

src/Service/KeyGeneratorService.php, line 21

Class

KeyGeneratorService
Generates the signature keys.

Namespace

Drupal\simple_oauth\Service

Code

private $fileSystem;