mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 10:42:02 +05:30
Removed validateUser function
This commit is contained in:
parent
2b44f0fd81
commit
f7d200faec
@ -60,9 +60,4 @@ interface OAuth2ServerDatabase
|
|||||||
);
|
);
|
||||||
|
|
||||||
public function accessTokenScopes(string $accessToken);
|
public function accessTokenScopes(string $accessToken);
|
||||||
|
|
||||||
public function validateUser(
|
|
||||||
string $username,
|
|
||||||
string $password
|
|
||||||
);
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user