add token for adobe cc plugin

This commit is contained in:
aina-esokia
2018-07-10 12:32:16 +04:00
parent 99502ce69b
commit 2b2e05150e
6 changed files with 146 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<?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';
}