mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-16 02:03:16 +05:30
Namespace updates
This commit is contained in:
parent
e88d802918
commit
77b5282b46
@ -9,14 +9,12 @@
|
|||||||
* @link https://github.com/thephpleague/oauth2-server
|
* @link https://github.com/thephpleague/oauth2-server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace League\OAuth2\Server\Storage;
|
namespace League\OAuth2\Server\Repositories;
|
||||||
|
|
||||||
use League\OAuth2\Server\Entity\RefreshTokenEntity;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Refresh token interface
|
* Refresh token interface
|
||||||
*/
|
*/
|
||||||
interface RefreshTokenInterface extends StorageInterface
|
interface RefreshTokenRepositoryInterface extends RepositoryInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Return a new instance of \League\OAuth2\Server\Entity\RefreshTokenEntity
|
* Return a new instance of \League\OAuth2\Server\Entity\RefreshTokenEntity
|
||||||
|
Loading…
Reference in New Issue
Block a user