@@ -16,8 +16,8 @@ |
||
| 16 | 16 | use Assert\Assertion; |
| 17 | 17 | use Interop\Http\Factory\ResponseFactoryInterface; |
| 18 | 18 | use Interop\Http\Factory\UriFactoryInterface; |
| 19 | -use Interop\Http\Server\RequestHandlerInterface; |
|
| 20 | 19 | use Interop\Http\Server\MiddlewareInterface; |
| 20 | +use Interop\Http\Server\RequestHandlerInterface; |
|
| 21 | 21 | use OAuth2Framework\Component\Server\Model\Resource\ResourceId; |
| 22 | 22 | use OAuth2Framework\Component\Server\Model\Resource\ResourceInterface; |
| 23 | 23 | use OAuth2Framework\Component\Server\Model\Resource\ResourceRepositoryInterface; |
@@ -15,8 +15,8 @@ |
||
| 15 | 15 | |
| 16 | 16 | use Assert\Assertion; |
| 17 | 17 | use Interop\Http\Factory\ResponseFactoryInterface; |
| 18 | -use Interop\Http\Server\RequestHandlerInterface; |
|
| 19 | 18 | use Interop\Http\Server\MiddlewareInterface; |
| 19 | +use Interop\Http\Server\RequestHandlerInterface; |
|
| 20 | 20 | use Jose\EncrypterInterface; |
| 21 | 21 | use Jose\Object\JWKSetInterface; |
| 22 | 22 | use Jose\SignerInterface; |
@@ -13,8 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace OAuth2Framework\Component\Server\Middleware; |
| 15 | 15 | |
| 16 | -use Interop\Http\Server\RequestHandlerInterface; |
|
| 17 | 16 | use Interop\Http\Server\MiddlewareInterface; |
| 17 | +use Interop\Http\Server\RequestHandlerInterface; |
|
| 18 | 18 | use OAuth2Framework\Component\Server\Model\Client\ClientRepositoryInterface; |
| 19 | 19 | use OAuth2Framework\Component\Server\Response\OAuth2Exception; |
| 20 | 20 | use OAuth2Framework\Component\Server\Response\OAuth2ResponseFactoryManager; |
@@ -14,8 +14,8 @@ |
||
| 14 | 14 | namespace OAuth2Framework\Component\Server\Middleware; |
| 15 | 15 | |
| 16 | 16 | use Assert\Assertion; |
| 17 | -use Interop\Http\Server\RequestHandlerInterface; |
|
| 18 | 17 | use Interop\Http\Server\MiddlewareInterface; |
| 18 | +use Interop\Http\Server\RequestHandlerInterface; |
|
| 19 | 19 | use OAuth2Framework\Component\Server\Model\AccessToken\AccessToken; |
| 20 | 20 | use OAuth2Framework\Component\Server\Response\OAuth2Exception; |
| 21 | 21 | use OAuth2Framework\Component\Server\Response\OAuth2ResponseFactoryManager; |