Renaming Server and Resource to AuthServer and ResourceServer to be less confusing.

This commit is contained in:
Daniel Horrigan 2013-01-22 11:33:09 -05:00
parent 892ae3a0d3
commit 945d60bd5d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace OAuth2; namespace OAuth2;
class Server class AuthServer
{ {
protected $scopeDelimeter = ','; protected $scopeDelimeter = ',';

View File

@ -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;