15#include <QSharedPointer>
36 QSharedPointer<AuthContext> mContext;
37 QString mTransactionInfo;
44 void resetAuthContext(
const QSharedPointer<AuthContext>& pContext = QSharedPointer<AuthContext>());
58 void onDidAuthenticateEac1Changed();
Definition: AuthModel.h:23
int progressValue
Definition: AuthModel.h:28
void fireShowChangePinViewChanged()
void fireProgressChanged()
void fireTransactionInfoChanged()
Q_INVOKABLE void cancelWorkflowToChangePin()
Definition: AuthModel.cpp:117
QString errorText
Definition: AuthModel.h:32
QString getProgressMessage() const
Definition: AuthModel.cpp:58
const QString & getTransactionInfo() const
Definition: AuthModel.cpp:41
QString getStatusCodeString() const
Definition: AuthModel.cpp:111
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:31
~AuthModel() override=default
QString statusCodeString
Definition: AuthModel.h:33
bool showChangePinView
Definition: AuthModel.h:30
Q_INVOKABLE void requestTransportPinChange()
Definition: AuthModel.cpp:128
AuthModel()
Definition: AuthModel.cpp:9
bool getShowChangePinView() const
Definition: AuthModel.cpp:69
QString getErrorText() const
Definition: AuthModel.cpp:92
QString transactionInfo
Definition: AuthModel.h:27
QString progressMessage
Definition: AuthModel.h:29
Definition: WorkflowModel.h:23
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16