PhpPasswordArgon2idIntegrationTest::$passwordOptions

Type: passwordOptions

Overrides PasswordTestBase::$passwordOptions

File

core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php, line 29

Class

PhpPasswordArgon2idIntegrationTest
Argon2id specific integration tests for the PHP password hashing service.

Namespace

Drupal\KernelTests\Core\Password

Code

protected ?array $passwordOptions = [
  'memory_cost' => 1024,
  'time_cost' => 2,
  'threads' => 1,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.