mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
All interfaces extend StorageInterface
This commit is contained in:
@@ -17,7 +17,7 @@ use League\OAuth2\Server\Entity\ScopeEntity;
|
||||
/**
|
||||
* Auth code storage interface
|
||||
*/
|
||||
interface AuthCodeInterface
|
||||
interface AuthCodeInterface extends StorageInterface
|
||||
{
|
||||
/**
|
||||
* Get the auth code
|
||||
|
Reference in New Issue
Block a user