You are here

protected property UserAuth::$passwordChecker in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/UserAuth.php \Drupal\user\UserAuth::passwordChecker

The password hashing service.

Type: \Drupal\Core\Password\PasswordInterface

File

core/modules/user/src/UserAuth.php, line 32

Class

UserAuth
Validates user authentication credentials.

Namespace

Drupal\user

Code

protected $passwordChecker;