Interface
UserNotifierInterface
Magento\TwoFactorAuth\Api\UserNotifierInterface
What it does
This interface defines methods for sending notification messages to admin users regarding two-factor authentication configuration.
Developers would implement this interface to create custom notification services that alert users when they need to set up personal 2FA or when application-wide 2FA configuration is required, using authentication tokens to allow access.
Public Methods
- sendUserConfigRequestMessage()
- sendAppConfigRequestMessage()