15 #include <QSharedPointer>
35 QSharedPointer<AuthContext> mContext;
36 QString mTransactionInfo;
44 void resetContext(
const QSharedPointer<AuthContext>& pContext = QSharedPointer<AuthContext>());
56 void onDidAuthenticateEac1Changed();
Definition: AuthModel.h:23
int progressValue
Definition: AuthModel.h:28
void fireProgressChanged()
void fireTransactionInfoChanged()
QString errorText
Definition: AuthModel.h:31
QString statusCode
Definition: AuthModel.h:32
const QString & getTransactionInfo() const
Definition: AuthModel.cpp:45
int getProgressValue() const
Definition: AuthModel.cpp:51
QString getStatusCode() const
Definition: AuthModel.cpp:104
QString getErrorHeader() const
Definition: AuthModel.cpp:73
QString errorHeader
Definition: AuthModel.h:30
~AuthModel() override=default
const QString getProgressMessage() const
Definition: AuthModel.cpp:62
void resetContext(const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >())
Definition: AuthModel.cpp:23
Q_INVOKABLE void setSkipRedirect(bool pSkipRedirect)
Definition: AuthModel.cpp:133
QString getErrorText() const
Definition: AuthModel.cpp:85
QString transactionInfo
Definition: AuthModel.h:27
QString progressMessage
Definition: AuthModel.h:29
static AuthModel & getInstance()
Definition: AuthModel.cpp:111
Definition: WorkflowModel.h:23
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15