9#ifndef __refinitiv_ema_access_OAuth2CredentialRenewal_h
10#define __refinitiv_ema_access_OAuth2CredentialRenewal_h
29class OAuth2CredentialRenewal;
188 bool _takeExclusiveSignOnControl;
Common.h file provides definitions of common variable types used in EMA.
*|--------------------------------------------------------------------------—
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.
EmaString class is a container of a null terminated Ascii character string.
OAuth2CredentialRenewal class is used with OmmConsumer::SubmitOAuthCredentialRenewal to supply EMA wi...
OAuth2CredentialRenewal & newPassword(EmaString &newPassword)
OAuth2CredentialRenewal & clientId(EmaString &clientId)
const EmaString & getClientSecret()
const EmaString & getClientJWK()
const EmaString & getTokenScope()
const EmaString & getNewPassword()
OAuth2CredentialRenewal & userName(EmaString &userName)
OAuth2CredentialRenewal & takeExclusiveSignOnControl(bool takeExclusiveSignOnControl)
const bool getTakeExclusiveSignOnControl()
OAuth2CredentialRenewal & clientJWK(EmaString &clientJWK)
OAuth2CredentialRenewal & password(EmaString &password)
const EmaString & getPassword()
OAuth2CredentialRenewal & clear()
OAuth2CredentialRenewal & tokenScope(EmaString &tokenScope)
OAuth2CredentialRenewal()
~OAuth2CredentialRenewal()
const EmaString & getClientId()
OAuth2CredentialRenewal & clientSecret(EmaString &clientSecret)
const EmaString & getUserName()