libfuoten 0.8.1
Qt based library to access the ownCloud/Nextcloud News App API
Loading...
Searching...
No Matches
LoginFlowV2 Member List

This is the complete list of members for LoginFlowV2, including all inherited members.

addRequestHeader(const QByteArray &headerName, const QByteArray &headerValue)Componentprotected
addRequestHeaders(const QHash< QByteArray, QByteArray > &headers)Componentprotected
Array enum valueComponent
checkInput() overrideLoginFlowV2protectedvirtual
checkOutput()Componentprotectedvirtual
Component(QObject *parent=nullptr)Componentexplicit
configurationComponent
configuration() constComponent
configurationChanged(Fuoten::AbstractConfiguration *configuration)Componentsignal
defaultConfiguration()Componentstatic
defaultNotificator()Componentstatic
defaultStorage()Componentstatic
defaultWipeManager()Componentstatic
Empty enum valueComponent
errorComponent
error() constComponent
errorChanged(Fuoten::Error *error)Componentsignal
execute() overrideLoginFlowV2virtual
ExpectedJSONType enum nameComponent
extractError(QNetworkReply *reply)Componentprotectedvirtual
failed(Fuoten::Error *error)Componentsignal
gotLoginUrl(const QUrl &url)LoginFlowV2signal
inOperationComponent
inOperation() constComponent
inOperationChanged(bool inOperation)Componentsignal
isUseStorageEnabled() constComponent
jsonResult() constComponentprotected
LoginFlowV2(QObject *parent=nullptr)LoginFlowV2explicit
networkAccessManagerFactory()Componentstatic
notificatorComponent
notificator() constComponent
notificatorChanged(Fuoten::AbstractNotificator *notificator)Componentsignal
notify(const Error *e) constComponentprotected
notify(AbstractNotificator::Type type, QtMsgType severity, const QVariant &data) constComponentprotected
Object enum valueComponent
pollingIntervalLoginFlowV2
pollingInterval() constLoginFlowV2
pollingIntervalChanged(int pollingInterval)LoginFlowV2signal
pollingRequestTimeoutLoginFlowV2
pollingRequestTimeout() constLoginFlowV2
pollingRequestTimeoutChanged(int pollingRequestTimeout)LoginFlowV2signal
pollingTimeoutLoginFlowV2
pollingTimeout() constLoginFlowV2
pollingTimeoutChanged(int pollingTimeout)LoginFlowV2signal
requestHeaders() constComponentprotected
requestTimeoutComponent
requestTimeout() constComponent
requestTimeoutChanged(quint16 requestTimeout)Componentsignal
secondsLeftLoginFlowV2
secondsLeft() constLoginFlowV2
secondsLeftChanged(int secondsLeft)LoginFlowV2signal
sendRequest()Componentprotected
setApiRoute(const QString &route)Componentprotected
setApiRoute(const QStringList &routeParts)Componentprotected
setConfiguration(AbstractConfiguration *nAbstractConfiguration)Component
setDefaultConfiguration(AbstractConfiguration *config)Componentstatic
setDefaultNotificator(AbstractNotificator *notificator)Componentstatic
setDefaultStorage(AbstractStorage *storage)Componentstatic
setDefaultWipeManager(WipeManager *wipeManager)Componentstatic
setError(Error *nError)Componentprotected
setExpectedJSONType(ExpectedJSONType type)Componentprotected
setInOperation(bool nInOperation)Componentprotected
setNetworkAccessManagerFactory(AbstractNamFactory *factory)Componentstatic
setNetworkOperation(QNetworkAccessManager::Operation operation)Componentprotected
setNotificator(AbstractNotificator *notificator)Component
setPayload(const QByteArray &payload)Componentprotected
setPayload(const QJsonObject &payload)Componentprotected
setPollingInterval(int pollingInterval)LoginFlowV2
setPollingRequestTimeout(int pollingRequestTimeout)LoginFlowV2
setPollingTimeout(int pollingTimeout)LoginFlowV2
setRequestHeaders(const QHash< QByteArray, QByteArray > &headers)Componentprotected
setRequestTimeout(quint16 seconds)Component
setRequiresAuth(bool reqAuth)Componentprotected
setStorage(AbstractStorage *localStorage)Component
setUrlQuery(const QUrlQuery &query)Componentprotected
setUseStorage(bool useStorage)Component
setWipeManager(WipeManager *wipeManager)Component
sslErrors(QNetworkReply *reply, const QList< QSslError > &errors)Componentsignal
storageComponent
storage() constComponent
storageChanged(Fuoten::AbstractStorage *storage)Componentsignal
succeeded(const QJsonDocument &result)Componentsignal
successCallback() overrideLoginFlowV2protectedvirtual
useStorageComponent
useStorageChanged(bool useStorage)Componentsignal
wipeManagerComponent
wipeManager() constComponent
wipeManagerChanged(Fuoten::WipeManager *wipeManager)Componentsignal
~Component() overrideComponent
~LoginFlowV2() overrideLoginFlowV2