Revert "PHRAS-2086_AdobeCC-AppToken_4.1"

This commit is contained in:
Nicolas Maillat
2018-07-06 18:03:54 +02:00
committed by GitHub
parent 281a68f98d
commit c4e4d1dbe9
6 changed files with 1 additions and 149 deletions

View File

@@ -1,17 +0,0 @@
<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2016 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class API_OAuth2_Application_adobeCCPlugin
{
const CLIENT_ID = '\alchemy\phraseanet\id\YZWUTqNyq8ObG4b0o4sp7NX50ScudqiV';
const CLIENT_SECRET = '\alchemy\phraseanet\secret\nEpZd3O6Mk2ijQWiXsm7wPNKnFrbv7MO';
const CLIENT_NAME = 'adobe_cc-plugin';
}