Log in
Interface

AuthyAuthenticateInterface

Magento\TwoFactorAuth\Api\AuthyAuthenticateInterface

What it does

This interface defines the contract for authenticating Magento 2 administrators using Authy two-factor authentication.

Developers implement this interface to enable admin users to obtain access tokens by verifying their identity through Authy OTP codes, SMS/voice tokens, or OneTouch push notifications.

It's used when integrating Authy as a 2FA provider for admin panel security.

Public Methods

  • createAdminAccessTokenWithCredentials()
  • sendToken()
  • creatAdminAccessTokenWithOneTouch()