LoginMsgCredentialRenewal class is used with OmmConsumer::SubmitOAuthCredentialRenewal to supply EMA with changed credentials.
More...
Definition at line 33 of file LoginMsgCredentialRenewal.h.
◆ LoginMsgCredentialRenewal()
refinitiv::ema::access::LoginMsgCredentialRenewal::LoginMsgCredentialRenewal |
( |
| ) |
|
◆ ~LoginMsgCredentialRenewal()
refinitiv::ema::access::LoginMsgCredentialRenewal::~LoginMsgCredentialRenewal |
( |
| ) |
|
Clear out all contained EmaString by zeroing out the memory, then free everything.
◆ authenticationExtended()
Specifies the extended authentication information that will be updated.
- Parameters
-
[in] | userName | specifies the user name for oAuth2 interactions. |
- Returns
- reference to this object
◆ clear()
Zeros out and clears all allocated EMAStrings in the class.
- Returns
- reference to this object
◆ getAuthenticationExtended()
const EmaBuffer& refinitiv::ema::access::LoginMsgCredentialRenewal::getAuthenticationExtended |
( |
| ) |
|
Gets the authentication extended buffer.
- Returns
- authentication extended
◆ getUserName()
const EmaString& refinitiv::ema::access::LoginMsgCredentialRenewal::getUserName |
( |
| ) |
|
Gets the user name.
- Returns
- user name
◆ userName()
Specifies the user name that will be updated.
- Parameters
-
[in] | userName | specifies the new user name for this login. |
- Returns
- reference to this object