Files
oauth2-server/src/Oauth2/Storage/ClientEndpointInterface.php
2012-12-28 15:12:16 -05:00

9 lines
77 B
PHP

<?php
namespace OAuth2\Storage;
interface ClientEndpointInterface
{
}