Kgapi
accountmanager.h
87 AccountPromise *getAccount(const QString &apiKey, const QString &apiSecret, const QString &accountName, const QList<QUrl> &scopes);
100 AccountPromise *refreshTokens(const QString &apiKey, const QString &apiSecret, const QString &accountName);
112 AccountPromise *findAccount(const QString &aipKey, const QString &accountName, const QList<QUrl> &scopes = {});
121 void removeScopes(const QString &apiKey, const QString &accountName, const QList<QUrl> &removeScopes);
AccountPromise is a result of asynchronous operations of AccountManager.
Definition accountmanager.h:30
void finished(KGAPI2::AccountPromise *self)
The retrieval has finished and the Account can be retrieved.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.