mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-02-05 00:20:10 +05:30
Removed unused imports
This commit is contained in:
parent
bcd84320da
commit
dce1620f60
@ -4,7 +4,6 @@ namespace League\OAuth2\Server\Entities;
|
|||||||
use League\OAuth2\Server\Entities\Interfaces\RefreshTokenEntityInterface;
|
use League\OAuth2\Server\Entities\Interfaces\RefreshTokenEntityInterface;
|
||||||
use League\OAuth2\Server\Entities\Traits\EntityTrait;
|
use League\OAuth2\Server\Entities\Traits\EntityTrait;
|
||||||
use League\OAuth2\Server\Entities\Traits\RefreshTokenTrait;
|
use League\OAuth2\Server\Entities\Traits\RefreshTokenTrait;
|
||||||
use League\OAuth2\Server\Entities\Traits\TokenEntityTrait;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class RefreshTokenEntity
|
* Class RefreshTokenEntity
|
||||||
|
@ -12,10 +12,6 @@
|
|||||||
namespace League\OAuth2\Server\Grant;
|
namespace League\OAuth2\Server\Grant;
|
||||||
|
|
||||||
use DateInterval;
|
use DateInterval;
|
||||||
use Lcobucci\JWT\Parser;
|
|
||||||
use Lcobucci\JWT\Signer\Key;
|
|
||||||
use Lcobucci\JWT\Signer\Rsa\Sha256;
|
|
||||||
use Lcobucci\JWT\ValidationData;
|
|
||||||
use League\OAuth2\Server\Entities\AccessTokenEntity;
|
use League\OAuth2\Server\Entities\AccessTokenEntity;
|
||||||
use League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface;
|
use League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface;
|
||||||
use League\OAuth2\Server\Entities\RefreshTokenEntity;
|
use League\OAuth2\Server\Entities\RefreshTokenEntity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user