AusweisApp2
MsgHandlerAuth.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandlerWorkflows.h"
10 #include "context/AuthContext.h"
11 #include "messages/MsgContext.h"
12 
13 namespace governikus
14 {
15 
17  : public MsgHandlerWorkflows
18 {
19  private:
20  QUrl createUrl(const QString& pUrl);
21  void initAuth(const QUrl& pTcTokenUrl);
22 
23  public:
25  explicit MsgHandlerAuth(const QJsonObject& pObj, MsgContext& pContext);
26  explicit MsgHandlerAuth(const QSharedPointer<AuthContext>& pContext);
27 };
28 
29 
30 } // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerAuth.h:18
MsgHandlerAuth()
Definition: MsgHandlerAuth.cpp:17
Definition: MsgHandlerWorkflows.h:17
A simple template renderer.
Definition: ActivationContext.h:15