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

/**
 * Extension class for @see \Magento\TwoFactorAuth\Api\Data\U2fWebAuthnRequestInterface
 */
class U2fWebAuthnRequestExtension extends \Magento\Framework\Api\AbstractSimpleObject implements U2fWebAuthnRequestExtensionInterface
{
}
