You are here

constant KeyGenerator::CERT_CONFIG in Simple OAuth (OAuth2) & OpenID Connect 8.4

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

File

src/Service/KeyGenerator.php, line 10

Class

KeyGenerator
@internal

Namespace

Drupal\simple_oauth\Service

Code

const CERT_CONFIG = [
  "digest_alg" => "sha512",
  "private_key_bits" => 4096,
  "private_key_type" => OPENSSL_KEYTYPE_RSA,
];