AusweisApp
Lade ...
Suche ...
Keine Treffer
AuthController.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "WorkflowController.h"
12#include "WorkflowRequest.h"
13#include "context/AuthContext.h"
14
15namespace governikus
16{
17
19 : public WorkflowController
20{
21 Q_OBJECT
22
23 public:
24 static QSharedPointer<WorkflowRequest> createWorkflowRequest(const QUrl& pUrl,
25 const QVariant& pData = QVariant(),
27
28 explicit AuthController(QSharedPointer<AuthContext> pContext);
29 ~AuthController() override = default;
30};
31
32} // namespace governikus
std::function< QString(const QSharedPointer< AuthContext > &)> BrowserHandler
Definition AuthContext.h:57
Definition AuthController.h:20
static QSharedPointer< WorkflowRequest > createWorkflowRequest(const QUrl &pUrl, const QVariant &pData=QVariant(), const AuthContext::BrowserHandler &pBrowserHandler=AuthContext::BrowserHandler())
Definition AuthController.cpp:60
~AuthController() override=default
Definition WorkflowController.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16