Validates user authentication credentials.
Hierarchy
- class \Drupal\user\UserAuth implements UserAuthInterface
File
- core/modules/user/src/UserAuth.php, line 11
Namespace
Drupal\user
Members
Name | Modifiers | Type | Description |
---|---|---|---|
UserAuth::$entityManager | protected | property | The entity manager. |
UserAuth::$passwordChecker | protected | property | The password hashing service. |
UserAuth::authenticate | public | function | Validates user authentication credentials. Overrides UserAuthInterface::authenticate |
UserAuth::__construct | public | function | Constructs a UserAuth object. |
Please login to continue.