Interface
UserConfigRequestManagerInterface
Magento\TwoFactorAuth\Api\UserConfigRequestManagerInterface
What it does
This interface defines methods for managing two-factor authentication (2FA) configuration requests for admin users.
Developers use it to check if a user needs to configure 2FA and to send configuration request notifications to users who haven't set up their 2FA yet, ensuring compliance with security policies.
Public Methods
- isConfigurationRequiredFor()
- sendConfigRequestTo()