mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-06-05 00:06:25 +05:30
Added the resource server database interface
This commit is contained in:
@@ -4,4 +4,7 @@ namespace Oauth2\Resource;
|
||||
|
||||
interface Database
|
||||
{
|
||||
public function validateAccessToken($accessToken);
|
||||
|
||||
public function sessionScopes($sessionId);
|
||||
}
|
||||
Reference in New Issue
Block a user