@@ -70,7 +70,6 @@ |
||
| 70 | 70 | /** |
| 71 | 71 | * Attempts to decrypt the given response. |
| 72 | 72 | * |
| 73 | - * @param string|array|null $response |
|
| 74 | 73 | * |
| 75 | 74 | * @return string|array|null |
| 76 | 75 | */ |
@@ -4,12 +4,12 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | 6 | use Firebase\JWT\JWT; |
| 7 | +use IrsadArief\OAuth2\Client\Provider\Exception\EncryptionConfigurationException; |
|
| 7 | 8 | use League\OAuth2\Client\Provider\AbstractProvider; |
| 8 | 9 | use League\OAuth2\Client\Provider\Exception\IdentityProviderException; |
| 9 | 10 | use League\OAuth2\Client\Token\AccessToken; |
| 10 | 11 | use League\OAuth2\Client\Tool\BearerAuthorizationTrait; |
| 11 | 12 | use Psr\Http\Message\ResponseInterface; |
| 12 | -use IrsadArief\OAuth2\Client\Provider\Exception\EncryptionConfigurationException; |
|
| 13 | 13 | |
| 14 | 14 | class Keycloak extends AbstractProvider |
| 15 | 15 | { |