From f7d200faec1beec0379c899e15abb10ae8541586 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 18:14:32 +0100 Subject: [PATCH] Removed validateUser function --- src/oauth2server/DbInterface.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/oauth2server/DbInterface.php b/src/oauth2server/DbInterface.php index 3435c41b..b567c90e 100644 --- a/src/oauth2server/DbInterface.php +++ b/src/oauth2server/DbInterface.php @@ -60,9 +60,4 @@ interface OAuth2ServerDatabase ); public function accessTokenScopes(string $accessToken); - - public function validateUser( - string $username, - string $password - ); } \ No newline at end of file