AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "WorkflowRequest.h"
13
14namespace governikus
15{
16
17class SelfAuthContext;
18
20 : public WorkflowController
21{
22 Q_OBJECT
23
24 public:
25 static QSharedPointer<WorkflowRequest> createWorkflowRequest(bool pActivateUi = true);
26
27 explicit SelfAuthController(QSharedPointer<SelfAuthContext> pContext);
28 ~SelfAuthController() override = default;
29};
30
31} // namespace governikus
Definition: SelfAuthController.h:21
static QSharedPointer< WorkflowRequest > createWorkflowRequest(bool pActivateUi=true)
Definition: SelfAuthController.cpp:64
~SelfAuthController() override=default
Definition: WorkflowController.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16