You are here

private property KeyGeneratorService::$validator in Simple OAuth (OAuth2) & OpenID Connect 5.x

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

The filesystem validator.

Type: \Drupal\simple_oauth\Service\Filesystem\FilesystemValidator

File

src/Service/KeyGeneratorService.php, line 35

Class

KeyGeneratorService
Generates the signature keys.

Namespace

Drupal\simple_oauth\Service

Code

private $validator;