Model
AccountDelegation
Magento\Customer\Model\Delegation\AccountDelegation
What it does
This class handles the delegation of customer account creation operations in Magento 2.
It stores new customer data temporarily and creates a redirect to the customer account creation page.
Developers would use this when they need to defer the actual account creation process, allowing the customer to complete additional steps before finalizing registration.
Public Methods
- createRedirectForNew()