Log in
Model

CustomerSecure

Magento\Customer\Model\Data\CustomerSecure

What it does

CustomerSecure is a data model that stores sensitive customer information that should not be publicly exposed through the standard Customer API.

Developers use this class to securely handle password hashes, password reset tokens, and related security data when performing authentication or account recovery operations.

It keeps sensitive data separate from the public customer interface to prevent accidental exposure.