Model
CustomerSecure
Magento\Customer\Model\Data\CustomerSecure
What it does
This class stores sensitive customer data that should not be exposed through the public Customer API, such as password hashes and password reset tokens.
Developers use this class when they need to work with secure customer information internally, like during authentication, password reset processes, or account deletion operations, ensuring sensitive data remains separated from publicly accessible customer data.