Files
Phraseanet/lib/classes/API/OAuth2/Application/AdobeCCPlugin.php
Jean-Yves Gaulier ea9ce1c04a PHRAS-2086_AdobeCC-AppToken_4.1
add an "adobe_cc-plugin" api application
require system:upgrade to go to 4.1.0-alpha.10
must be enabled via "adobe_cc-enabled" in conf
2018-07-05 18:53:12 +02:00

18 lines
468 B
PHP

<?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';
}