mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-11 08:27:15 +05:30
All interfaces extend StorageInterface
This commit is contained in:
@@ -16,7 +16,7 @@ use League\OAuth2\Server\Entity\SessionEntity;
|
||||
/**
|
||||
* Client storage interface
|
||||
*/
|
||||
interface ClientInterface
|
||||
interface ClientInterface extends StorageInterface
|
||||
{
|
||||
/**
|
||||
* Validate a client
|
||||
|
||||
Reference in New Issue
Block a user