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

/**
 * ExtensionInterface class for @see \Magento\LoginAsCustomerApi\Api\Data\AuthenticationDataInterface
 */
interface AuthenticationDataExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
