mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed unnecessary interfaces
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace OAuth2\Storage;
|
|
||||||
|
|
||||||
interface ClientEndpointInterface
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace OAuth2\Storage;
|
|
||||||
|
|
||||||
interface SessionScopeInterface
|
|
||||||
{
|
|
||||||
public function getScopes($session_id);
|
|
||||||
}
|
|
Reference in New Issue
Block a user