AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerAuth.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgHandlerWorkflows.h"
12#include "context/AuthContext.h"
13#include "messages/MsgContext.h"
14
15namespace governikus
16{
17
19 : public MsgHandlerWorkflows
20{
21 private:
22 QUrl createUrl(const QString& pUrl);
23 void initAuth(const QUrl& pTcTokenUrl);
24
25 public:
27 explicit MsgHandlerAuth(const QJsonObject& pObj, MsgContext& pContext);
28 explicit MsgHandlerAuth(const QSharedPointer<AuthContext>& pContext);
29};
30
31
32} // namespace governikus
Definition: MsgContext.h:19
Definition: MsgHandlerAuth.h:20
MsgHandlerAuth()
Definition: MsgHandlerAuth.cpp:17
Definition: MsgHandlerWorkflows.h:19
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16