17#include <QSharedPointer>
38 QSharedPointer<AuthContext> mContext;
39 QString mTransactionInfo;
46 void resetAuthContext(
const QSharedPointer<AuthContext>& pContext = QSharedPointer<AuthContext>());
59 void onDidAuthenticateEac1Changed();
Definition: AuthModel.h:25
int progressValue
Definition: AuthModel.h:30
void fireShowChangePinViewChanged()
void fireProgressChanged()
void fireTransactionInfoChanged()
Q_INVOKABLE void cancelWorkflowToChangePin()
Definition: AuthModel.cpp:125
QString errorText
Definition: AuthModel.h:34
QString getProgressMessage() const
Definition: AuthModel.cpp:58
const QString & getTransactionInfo() const
Definition: AuthModel.cpp:41
QString getStatusCodeString() const
Definition: AuthModel.cpp:119
int getProgressValue() const
Definition: AuthModel.cpp:47
void resetAuthContext(const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >())
Definition: AuthModel.cpp:17
QString getErrorHeader() const
Definition: AuthModel.cpp:80
QString errorHeader
Definition: AuthModel.h:33
~AuthModel() override=default
QString statusCodeString
Definition: AuthModel.h:35
bool showChangePinView
Definition: AuthModel.h:32
AuthModel()
Definition: AuthModel.cpp:9
bool getShowChangePinView() const
Definition: AuthModel.cpp:69
QString getErrorText() const
Definition: AuthModel.cpp:92
QString transactionInfo
Definition: AuthModel.h:29
QString progressMessage
Definition: AuthModel.h:31
Definition: WorkflowModel.h:25
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16