mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-09 05:23:53 +05:30
Renamed grant type canRespondToRequest
to canRespondToAccessTokenRequest
This commit is contained in:
parent
4689802c30
commit
76ea6b5a6c
@ -392,7 +392,7 @@ abstract class AbstractGrant implements GrantTypeInterface
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function canRespondToRequest(ServerRequestInterface $request)
|
public function canRespondToAccessTokenRequest(ServerRequestInterface $request)
|
||||||
{
|
{
|
||||||
$requestParameters = (array) $request->getParsedBody();
|
$requestParameters = (array) $request->getParsedBody();
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ interface GrantTypeInterface extends EmitterAwareInterface
|
|||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function canRespondToRequest(ServerRequestInterface $request);
|
public function canRespondToAccessTokenRequest(ServerRequestInterface $request);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the client repository.
|
* Set the client repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user