mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Renamed methods to prevent ORM conflict
This commit is contained in:
parent
4b8bc76622
commit
0d173d4c35
@ -43,5 +43,5 @@ interface ClientInterface
|
||||
* @param string $redirectUri The client's redirect URI (default = "null")
|
||||
* @return bool|array Returns false if the validation fails, array on success
|
||||
*/
|
||||
public function get($clientId = null, $clientSecret = null, $redirectUri = null);
|
||||
public function getClient($clientId = null, $clientSecret = null, $redirectUri = null);
|
||||
}
|
@ -28,5 +28,5 @@ interface ScopeInterface
|
||||
* @param string $scope The scope
|
||||
* @return bool|array If the scope doesn't exist return false
|
||||
*/
|
||||
public function get($scope);
|
||||
public function getScope($scope);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user