|
@@ -15,8 +15,8 @@ |
|
|
block discarded – undo |
|
15
|
15
|
use League\OAuth2\Server\Entities\ClientEntityInterface; |
|
16
|
16
|
use League\OAuth2\Server\Entities\DeviceCodeEntityInterface; |
|
17
|
17
|
use League\OAuth2\Server\Exception\OAuthServerException; |
|
18
|
|
-use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface; |
|
19
|
18
|
use League\OAuth2\Server\Repositories\DeviceCodeRepositoryInterface; |
|
|
19
|
+use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface; |
|
20
|
20
|
use League\OAuth2\Server\RequestEvent; |
|
21
|
21
|
use League\OAuth2\Server\RequestTypes\DeviceAuthorizationRequest; |
|
22
|
22
|
use League\OAuth2\Server\ResponseTypes\DeviceCodeResponse; |
Please login to merge, or discard this patch.