mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 02:54:26 +00:00

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
18 lines
468 B
PHP
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';
|
|
}
|