Model
Storage
Magento\Customer\Model\Delegation\Storage
What it does
This class manages temporary storage of customer registration data in the session when account creation needs to be delegated or deferred.
Developers use this when implementing custom account creation flows where customer data needs to be stored temporarily, then retrieved and processed later (e.g., during two-step registration or when additional verification is required).
Public Methods
- storeNewOperation()
- consumeNewOperation()