• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

blogilo

  • sources
  • kde-4.14
  • kdepim
  • blogilo
  • src
  • storageservice
storageservicemanagersettingsjob.cpp
Go to the documentation of this file.
1 /*
2  Copyright (c) 2014-2015 Montel Laurent <montel@kde.org>
3 
4  This library is free software; you can redistribute it and/or modify it
5  under the terms of the GNU Library General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or (at your
7  option) any later version.
8 
9  This library is distributed in the hope that it will be useful, but WITHOUT
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12  License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to the
16  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301, USA.
18 
19 */
20 
21 #include "storageservicemanagersettingsjob.h"
22 
23 using namespace PimCommon;
24 
25 StorageServiceManagerSettingsJob::StorageServiceManagerSettingsJob()
26 {
27 }
28 
29 StorageServiceManagerSettingsJob::~StorageServiceManagerSettingsJob()
30 {
31 
32 }
33 
34 QString StorageServiceManagerSettingsJob::youSendItApiKey() const
35 {
36  //TODO customize it
37  return QLatin1String("fnab8fkgwrka7v6zs2ycd34a");
38 }
39 
40 QString StorageServiceManagerSettingsJob::dropboxOauthConsumerKey() const
41 {
42  //TODO customize it
43  return QLatin1String("e40dvomckrm48ci");
44 }
45 
46 QString StorageServiceManagerSettingsJob::dropboxOauthSignature() const
47 {
48  //TODO customize it
49  return QLatin1String("0icikya464lny9g&");
50 }
51 
52 QString StorageServiceManagerSettingsJob::boxClientId() const
53 {
54  //Blogilo id
55  return QLatin1String("y7out38qqnbdmfsa099h00fmnzuhudgo");
56 }
57 
58 QString StorageServiceManagerSettingsJob::boxClientSecret() const
59 {
60  //Blogilo secret
61  return QLatin1String("wEN5qWmwkEE6nZHm3jUUKmRcy8blApDH");
62 }
63 
64 QString StorageServiceManagerSettingsJob::hubicClientId() const
65 {
66  return QLatin1String("api_hubic_zBKQ6UDUj2vDT7ciDsgjmXA78OVDnzJi");
67 }
68 
69 QString StorageServiceManagerSettingsJob::hubicClientSecret() const
70 {
71  return QLatin1String("pkChgk2sRrrCEoVHmYYCglEI9E2Y2833Te5Vn8n2J6qPdxLU6K8NPUvzo1mEhyzf");
72 }
73 
74 QString StorageServiceManagerSettingsJob::dropboxRootPath() const
75 {
76  return QLatin1String("dropbox");
77 }
78 
79 QString StorageServiceManagerSettingsJob::oauth2RedirectUrl() const
80 {
81  return QLatin1String("https://bugs.kde.org/");
82 }
83 
84 QString StorageServiceManagerSettingsJob::hubicScope() const
85 {
86  return QLatin1String("usage.r,account.r,credentials.r,links.wd");
87 }
88 
89 QString StorageServiceManagerSettingsJob::gdriveClientId() const
90 {
91  return QLatin1String("735222197981-mrcgtaqf05914buqjkts7mk79blsquas.apps.googleusercontent.com");
92  //return QLatin1String("76182239499-2krm3lvlrqrj446loaqrrep594n3u2o8.apps.googleusercontent.com");
93 }
94 
95 QString StorageServiceManagerSettingsJob::gdriveClientSecret() const
96 {
97  return QLatin1String("4MJOS0u1-_AUEKJ0ObA-j22U");
98  //return QLatin1String("7SinUSCxfbrJYN7az3VvxTJ9");
99 }
100 
101 QString StorageServiceManagerSettingsJob::defaultUploadFolder() const
102 {
103  return QString();
104 }
StorageServiceManagerSettingsJob::oauth2RedirectUrl
QString oauth2RedirectUrl() const
Definition: storageservicemanagersettingsjob.cpp:79
StorageServiceManagerSettingsJob::~StorageServiceManagerSettingsJob
~StorageServiceManagerSettingsJob()
Definition: storageservicemanagersettingsjob.cpp:29
StorageServiceManagerSettingsJob::dropboxOauthSignature
QString dropboxOauthSignature() const
Definition: storageservicemanagersettingsjob.cpp:46
StorageServiceManagerSettingsJob::dropboxRootPath
QString dropboxRootPath() const
Definition: storageservicemanagersettingsjob.cpp:74
StorageServiceManagerSettingsJob::boxClientId
QString boxClientId() const
Definition: storageservicemanagersettingsjob.cpp:52
StorageServiceManagerSettingsJob::dropboxOauthConsumerKey
QString dropboxOauthConsumerKey() const
Definition: storageservicemanagersettingsjob.cpp:40
StorageServiceManagerSettingsJob::hubicScope
QString hubicScope() const
Definition: storageservicemanagersettingsjob.cpp:84
StorageServiceManagerSettingsJob::gdriveClientId
QString gdriveClientId() const
Definition: storageservicemanagersettingsjob.cpp:89
storageservicemanagersettingsjob.h
StorageServiceManagerSettingsJob::boxClientSecret
QString boxClientSecret() const
Definition: storageservicemanagersettingsjob.cpp:58
StorageServiceManagerSettingsJob::gdriveClientSecret
QString gdriveClientSecret() const
Definition: storageservicemanagersettingsjob.cpp:95
StorageServiceManagerSettingsJob::defaultUploadFolder
QString defaultUploadFolder() const
Definition: storageservicemanagersettingsjob.cpp:101
QString
StorageServiceManagerSettingsJob::hubicClientSecret
QString hubicClientSecret() const
Definition: storageservicemanagersettingsjob.cpp:69
QLatin1String
StorageServiceManagerSettingsJob::StorageServiceManagerSettingsJob
StorageServiceManagerSettingsJob()
Definition: storageservicemanagersettingsjob.cpp:25
StorageServiceManagerSettingsJob::hubicClientId
QString hubicClientId() const
Definition: storageservicemanagersettingsjob.cpp:64
StorageServiceManagerSettingsJob::youSendItApiKey
QString youSendItApiKey() const
Definition: storageservicemanagersettingsjob.cpp:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

blogilo

Skip menu "blogilo"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer
  • pimprint

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal