Files
oauth2-server/src/OAuth2/Storage/ClientEndpointInterface.php
Daniel Horrigan a3fd22b3dd Changing Case
2013-01-04 14:44:58 -05:00

9 lines
77 B
PHP

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