Model
CustomerAuthUpdate
Magento\Customer\Model\CustomerAuthUpdate
What it does
This class manages customer authentication failure tracking by updating fields like failed login attempts, first failure timestamp, and account lock expiration in the database.
Developers would use this when implementing security features that track and manage customer login attempts, particularly for preventing brute force attacks by locking accounts after multiple failed attempts.
Public Methods
- saveAuth()