1ma/UMAPsr7HmacBundle

View on GitHub
src/Definition/HmacApiUserInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace UMA\Psr7HmacBundle\Definition;

use Symfony\Component\Security\Core\User\UserInterface;

interface HmacApiUserInterface extends HmacApiClientInterface, UserInterface
{
}