--- /tmp/dsg/dolibarr/htdocs/includes/OAuth/OAuth2/Service/github_Google.php +++ /tmp/dsg/dolibarr/htdocs/includes/OAuth/OAuth2/Service/client_Google.php @@ -116,11 +116,6 @@ // Android Publisher const SCOPE_ANDROID_PUBLISHER = 'https://www.googleapis.com/auth/androidpublisher'; - - // Google Gsuite - const SCOPE_ADMIN_DIRECTORY_USER = "https://www.googleapis.com/auth/admin.directory.user"; - const SCOPE_ADMIN_DIRECTORY_CUSTOMER = "https://www.googleapis.com/auth/admin.directory.customer"; - protected $accessType = 'online'; public function __construct( @@ -155,7 +150,7 @@ } $this->approvalPrompt = $prompt; } - + /** * {@inheritdoc} */