Removed unnecessary code

This commit is contained in:
Kasper Rynning-Tønnesen 2016-07-01 14:50:50 +02:00
parent 85bfec7358
commit 1b85303566
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ class OAuth2 {
private $url; private $url;
private $URL_AUTH; private $URL_AUTH;
private $URL_TOKEN; private $URL_TOKEN;
private $URL_USER;
private $URL_GROUP;
private $auth_type; private $auth_type;
private $session; private $session;
private $grant_type; private $grant_type;