Storage
Magento\Customer\Model\Delegation\Storage
What it does
This class manages temporary storage of customer registration data during delegated account creation operations.
Developers use it to store customer and address information in the session when registration needs to be completed across multiple requests, such as when additional verification or external processes are required.
It allows the system to persist customer data temporarily and retrieve it later to complete the account creation process.
Public Methods
- storeNewOperation()
- consumeNewOperation()