oauth2-server/src/OAuth2/Storage/ScopeInterface.php

9 lines
68 B
PHP
Raw Normal View History

2012-12-29 01:42:16 +05:30
<?php
namespace OAuth2\Storage;
interface ScopeInterface
{
}