mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Remove setDefaultScope function from the grant interface
This commit is contained in:
parent
9cd86a9154
commit
82b81c7f6f
@ -119,13 +119,6 @@ interface GrantTypeInterface extends EmitterAwareInterface
|
|||||||
*/
|
*/
|
||||||
public function setScopeRepository(ScopeRepositoryInterface $scopeRepository);
|
public function setScopeRepository(ScopeRepositoryInterface $scopeRepository);
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the default scope.
|
|
||||||
*
|
|
||||||
* @param string $scope
|
|
||||||
*/
|
|
||||||
public function setDefaultScope($scope);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the path to the private key.
|
* Set the path to the private key.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user