diff --git a/OAuth2Client.php b/OAuth2Client.php index 1c6977b..9dd6fbe 100644 --- a/OAuth2Client.php +++ b/OAuth2Client.php @@ -10,8 +10,6 @@ class OAuth2 { private $url; private $URL_AUTH; private $URL_TOKEN; - private $URL_USER; - private $URL_GROUP; private $auth_type; private $session; private $grant_type;