Authy
Magento\TwoFactorAuth\Model\Provider\Engine\Authy
What it does
This class implements the Authy two-factor authentication provider for Magento 2's admin panel.
Developers use this engine to integrate Authy's phone-based verification system, allowing admin users to enroll their phone numbers, verify authentication tokens, and add an extra security layer beyond passwords.
It communicates with Authy's API to register users and validate their authentication attempts.
Public Methods
- enroll()
- isEnabled()
- verify()