mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 10:34:34 +00:00
add token for adobe cc plugin
This commit is contained in:
17
lib/classes/API/OAuth2/Application/AdobeCCPlugin.php
Normal file
17
lib/classes/API/OAuth2/Application/AdobeCCPlugin.php
Normal 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';
|
||||
}
|
Reference in New Issue
Block a user