mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +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.
|
* Disable the requirement for a code challenge for public clients.
|
||||||
*/
|
*/
|
||||||
public function disableCodeChallengeForPublicClients()
|
public function disableRequireCodeChallengeForPublicClients()
|
||||||
{
|
{
|
||||||
$this->requireCodeChallengeForPublicClients = false;
|
$this->requireCodeChallengeForPublicClients = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user