AusweisApp
 
Lade ...
Suche ...
Keine Treffer
MsgHandlerAuth.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
10
11namespace governikus
12{
13
15 : public MsgHandlerWorkflows
16{
17 private:
18 QUrl createUrl(const QString& pUrl);
19 void initAuth(const QUrl& pTcTokenUrl) const;
20
21 public:
23 explicit MsgHandlerAuth(const QJsonObject& pObj, MsgContext& pContext);
24 explicit MsgHandlerAuth(const QSharedPointer<AuthContext>& pContext);
25};
26
27
28} // namespace governikus
Definition MsgContext.h:15
MsgHandlerAuth()
Definition MsgHandlerAuth.cpp:17
Definition MsgHandlerWorkflows.h:15
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17