Interface
AuthyConfigureInterface
Magento\TwoFactorAuth\Api\AuthyConfigureInterface
What it does
This interface defines the contract for configuring and activating the Authy two-factor authentication provider in Magento 2.
Developers use this when implementing Authy 2FA setup, sending device registration prompts to users, and activating the provider with OTP verification.
It's primarily used during the admin user 2FA enrollment process for the Authy method.
Public Methods
- sendDeviceRegistrationPrompt()
- activate()