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

/**
 * Extension class for @see \Magento\TwoFactorAuth\Api\Data\GoogleAuthenticateInterface
 */
class GoogleAuthenticateExtension extends \Magento\Framework\Api\AbstractSimpleObject implements GoogleAuthenticateExtensionInterface
{
}
