|
@@ -14,16 +14,16 @@ |
|
|
block discarded – undo |
|
14
|
14
|
namespace OAuth2Framework\Component\AuthorizationEndpoint; |
|
15
|
15
|
|
|
16
|
16
|
use Http\Message\MessageFactory; |
|
17
|
|
-use OAuth2Framework\Component\AuthorizationEndpoint\ParameterChecker\ParameterCheckerManager; |
|
18
|
|
-use OAuth2Framework\Component\AuthorizationEndpoint\UserAccount\UserAccountCheckerManager; |
|
19
|
|
-use Psr\Http\Server\RequestHandlerInterface; |
|
20
|
|
-use Psr\Http\Server\MiddlewareInterface; |
|
21
|
17
|
use OAuth2Framework\Component\AuthorizationEndpoint\ConsentScreen\ExtensionManager; |
|
22
|
18
|
use OAuth2Framework\Component\AuthorizationEndpoint\Exception\OAuth2AuthorizationException; |
|
|
19
|
+use OAuth2Framework\Component\AuthorizationEndpoint\ParameterChecker\ParameterCheckerManager; |
|
|
20
|
+use OAuth2Framework\Component\AuthorizationEndpoint\UserAccount\UserAccountCheckerManager; |
|
23
|
21
|
use OAuth2Framework\Component\AuthorizationEndpoint\UserAccount\UserAccountDiscovery; |
|
24
|
22
|
use OAuth2Framework\Component\Core\Message\OAuth2Message; |
|
25
|
23
|
use Psr\Http\Message\ResponseInterface; |
|
26
|
24
|
use Psr\Http\Message\ServerRequestInterface; |
|
|
25
|
+use Psr\Http\Server\MiddlewareInterface; |
|
|
26
|
+use Psr\Http\Server\RequestHandlerInterface; |
|
27
|
27
|
|
|
28
|
28
|
abstract class AuthorizationEndpoint implements MiddlewareInterface |
|
29
|
29
|
{ |
Please login to merge, or discard this patch.