mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added resource server database
This commit is contained in:
7
src/Oauth2/Resource/Database.php
Normal file
7
src/Oauth2/Resource/Database.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Oauth2\Resource;
|
||||
|
||||
interface Database
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user