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