EMA C++ Edition
LoginMsgCredentialRenewal.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_LoginMsgCredentialRenewal_h
10#define __refinitiv_ema_access_LoginMsgCredentialRenewal_h
11
21
22
23namespace refinitiv {
24
25namespace ema {
26
27namespace access {
28
29class EmaString;
30class LoginMsgCredentialRenewal;
31
32
34{
35public :
36
38
39
43
45
46
50
52
53
59
66
73
75
77
78
83
89
90
92
93private :
94
97
98 EmaString _userName;
99 EmaBuffer _authenticationExtended;
100
101};
102
103}
104
105}
106
107}
108
109#endif // __refinitiv_ema_access_LoginMsgCredentialRenewal_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.
EmaBuffer represents a general use binary buffer.
Definition: EmaBuffer.h:33
EmaString class is a container of a null terminated Ascii character string.
Definition: EmaString.h:57
LoginMsgCredentialRenewal class is used with OmmConsumer::SubmitOAuthCredentialRenewal to supply EMA ...
LoginMsgCredentialRenewal & authenticationExtended(EmaBuffer &authenticationExtended)
LoginMsgCredentialRenewal & userName(EmaString &userName)