mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-11 00:17:21 +05:30
Fix #213
This commit is contained in:
@@ -20,7 +20,8 @@ interface ScopeInterface
|
||||
* Return information about a scope
|
||||
* @param string $scope The scope
|
||||
* @param string $grantType The grant type used in the request (default = "null")
|
||||
* @param string $clientId The client sending the request (default = "null")
|
||||
* @return \League\OAuth2\Server\Entity\ScopeEntity
|
||||
*/
|
||||
public function get($scope, $grantType = null);
|
||||
public function get($scope, $grantType = null, $clientId = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user