mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-08 21:52:24 +05:30
Change function name to be more explicit
This commit is contained in:
parent
74495cac49
commit
46c2f99b06
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user