diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index 378f2096..3d692758 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -83,7 +83,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant // Only validate the client if it is confidential if ($client->isConfidential()) { - $client = $this->validateClient($request); + $this->validateClient($request); } $encryptedAuthCode = $this->getRequestParameter('code', $request, null);