diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index f2db55f0..b72b3a5d 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -60,7 +60,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant $s256Verifier = new S256Verifier(); $plainVerifier = new PlainVerifier(); - $codeChallengeVerifiers = [ + $this->codeChallengeVerifiers = [ $s256Verifier->getMethod() => $s256Verifier, $plainVerifier->getMethod() => $plainVerifier, ];