@@ -5,9 +5,9 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use InvalidArgumentException; |
7 | 7 | use Lcobucci\JWT\Configuration; |
8 | -use Lcobucci\JWT\Signer\Key\LocalFileReference; |
|
9 | 8 | use Lcobucci\JWT\Signer; |
10 | 9 | use Lcobucci\JWT\Signer\Key; |
10 | +use Lcobucci\JWT\Signer\Key\LocalFileReference; |
|
11 | 11 | use League\OAuth2\Client\Grant\AbstractGrant; |
12 | 12 | use League\OAuth2\Client\Provider\Exception\AppleAccessDeniedException; |
13 | 13 | use League\OAuth2\Client\Token\AccessToken; |