@@ -37,15 +37,15 @@ |
||
37 | 37 | use Jose\Component\Signature\JWSTokenSupport; |
38 | 38 | use Jose\Component\Signature\JWSVerifier; |
39 | 39 | use Jose\Component\Signature\Serializer\CompactSerializer; |
40 | +use OAuth2Framework\Component\ClientAuthentication\AuthenticationMethodManager; |
|
41 | +use OAuth2Framework\Component\ClientAuthentication\ClientAssertionJwt; |
|
40 | 42 | use OAuth2Framework\Component\Core\Client\Client; |
41 | 43 | use OAuth2Framework\Component\Core\Client\ClientId; |
42 | 44 | use OAuth2Framework\Component\Core\DataBag\DataBag; |
43 | 45 | use OAuth2Framework\Component\Core\Exception\OAuth2Exception; |
44 | -use OAuth2Framework\Component\Core\UserAccount\UserAccountId; |
|
45 | -use OAuth2Framework\Component\ClientAuthentication\AuthenticationMethodManager; |
|
46 | -use OAuth2Framework\Component\ClientAuthentication\ClientAssertionJwt; |
|
47 | 46 | use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuer; |
48 | 47 | use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuerRepository; |
48 | +use OAuth2Framework\Component\Core\UserAccount\UserAccountId; |
|
49 | 49 | use PHPUnit\Framework\TestCase; |
50 | 50 | use Psr\Http\Message\ServerRequestInterface; |
51 | 51 | use Zend\Diactoros\Response; |
@@ -41,12 +41,12 @@ |
||
41 | 41 | use OAuth2Framework\Component\Core\Client\ClientRepository; |
42 | 42 | use OAuth2Framework\Component\Core\DataBag\DataBag; |
43 | 43 | use OAuth2Framework\Component\Core\Exception\OAuth2Exception; |
44 | +use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuer; |
|
45 | +use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuerRepository; |
|
44 | 46 | use OAuth2Framework\Component\Core\UserAccount\UserAccount; |
45 | 47 | use OAuth2Framework\Component\Core\UserAccount\UserAccountId; |
46 | 48 | use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository; |
47 | 49 | use OAuth2Framework\Component\JwtBearerGrant\JwtBearerGrantType; |
48 | -use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuer; |
|
49 | -use OAuth2Framework\Component\Core\TrustedIssuer\TrustedIssuerRepository; |
|
50 | 50 | use OAuth2Framework\Component\TokenEndpoint\GrantTypeData; |
51 | 51 | use PHPUnit\Framework\TestCase; |
52 | 52 | use Prophecy\Argument; |