<?php
namespace Magento\TwoFactorAuth\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface
 */
interface GoogleAuthenticateExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
