UserConfigRequestManager
Magento\TwoFactorAuth\Model\UserConfig\UserConfigRequestManager
What it does
This class manages the process of requesting two-factor authentication (2FA) configuration from admin users.
Developers use this to check if a user needs to configure 2FA and to send configuration request notifications via email, either for initial app-level setup or for personal provider configuration.
It handles authorization checks and token generation for secure configuration links.
Public Methods
- isConfigurationRequiredFor()
- sendConfigRequestTo()