mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed validateUser function
This commit is contained in:
@@ -60,9 +60,4 @@ interface OAuth2ServerDatabase
|
|||||||
);
|
);
|
||||||
|
|
||||||
public function accessTokenScopes(string $accessToken);
|
public function accessTokenScopes(string $accessToken);
|
||||||
|
|
||||||
public function validateUser(
|
|
||||||
string $username,
|
|
||||||
string $password
|
|
||||||
);
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user