mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Renaming Server and Resource to AuthServer and ResourceServer to be less confusing.
This commit is contained in:
parent
892ae3a0d3
commit
945d60bd5d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace OAuth2;
|
namespace OAuth2;
|
||||||
|
|
||||||
class Server
|
class AuthServer
|
||||||
{
|
{
|
||||||
protected $scopeDelimeter = ',';
|
protected $scopeDelimeter = ',';
|
||||||
|
|
@ -6,7 +6,7 @@ use OutOfBoundsException;
|
|||||||
use OAuth2\Storage\SessionInterface;
|
use OAuth2\Storage\SessionInterface;
|
||||||
use OAuth2\Storage\SessionScopeInterface;
|
use OAuth2\Storage\SessionScopeInterface;
|
||||||
|
|
||||||
class Resource
|
class ResourceServer
|
||||||
{
|
{
|
||||||
protected $accessToken = null;
|
protected $accessToken = null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user