EMA C++ Edition
OmmLoginCredentialConsumerClient.h
Go to the documentation of this file.
1/*|-----------------------------------------------------------------------------
2 *| This source code is provided under the Apache 2.0 license
3 *| and is provided AS IS with no warranty or guarantee of fit for purpose.
4 *| See the project's LICENSE.md for details.
5 *| Copyright (C) 2022 LSEG. All rights reserved. --
6 *|-----------------------------------------------------------------------------
7 */
8
9#ifndef __refinitiv_ema_access_OmmLoginCredentialConsumerClient_h
10#define __refinitiv_ema_access_OmmLoginCredentialConsumerClient_h
11
51
52namespace refinitiv {
53
54namespace ema {
55
56namespace access {
57
58class OmmConsumerEvent;
59class OmmLoginCredentialConsumerClient;
60
61
63{
64public :
65
67
68
75 virtual void onLoginCredentialRenewal( const OmmConsumerEvent& consumerEvent );
76
77
79
80protected :
81
84
85private :
86
89};
90
91}
92
93}
94
95}
96
97#endif // __refinitiv_ema_access_OmmConsumerClient_h
Common.h file provides definitions of common variable types used in EMA.
#define EMA_ACCESS_API
Definition: Common.h:95
*|--------------------------------------------------------------------------—
Definition: AckMsg.h:62
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
OmmConsumerEvent encapsulates item identifiers.
OmmLoginCredentialConsumerClient class provides callback interfaces for OAuth interactions.
virtual void onLoginCredentialRenewal(const OmmConsumerEvent &consumerEvent)