mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Renaming Server and Resource to AuthServer and ResourceServer to be less confusing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace OAuth2;
|
||||
|
||||
class Server
|
||||
class AuthServer
|
||||
{
|
||||
protected $scopeDelimeter = ',';
|
||||
|
@@ -6,7 +6,7 @@ use OutOfBoundsException;
|
||||
use OAuth2\Storage\SessionInterface;
|
||||
use OAuth2\Storage\SessionScopeInterface;
|
||||
|
||||
class Resource
|
||||
class ResourceServer
|
||||
{
|
||||
protected $accessToken = null;
|
||||
|
Reference in New Issue
Block a user