AusweisApp2
StateLoadTcTokenUrl.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "AbstractState.h"
12 
13 namespace governikus
14 {
15 
17  : public AbstractState
18  , public GenericContextContainer<SelfAuthContext>
19 {
20  Q_OBJECT
21  friend class StateBuilder;
22 
23  explicit StateLoadTcTokenUrl(const QSharedPointer<WorkflowContext>& pContext);
24  void run() override;
25 };
26 
27 } // namespace governikus
AppSettings.h
governikus::AbstractState
Definition: AbstractState.h:20
governikus::GenericContextContainer< SelfAuthContext >::getContext
virtual QSharedPointer< SelfAuthContext > getContext()
Definition: GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
SecureStorage.h
GenericContextContainer.h
governikus::StateBuilder
Definition: StateBuilder.h:18
AbstractState.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::GenericContextContainer
Definition: GenericContextContainer.h:20
SelfAuthContext.h
governikus::StateLoadTcTokenUrl
Definition: StateLoadTcTokenUrl.h:19
StateLoadTcTokenUrl.h