diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index 407b98cf..a4360bae 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -52,7 +52,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant /** * Disable the requirement for a code challenge for public clients. */ - public function disableCodeChallengeForPublicClients() + public function disableRequireCodeChallengeForPublicClients() { $this->requireCodeChallengeForPublicClients = false; }