CData Python Connector for Salesforce Marketing Cloud Account Engagement

Build 23.0.8839

RefreshOAuthAccessToken

Refreshes the OAuth token or session id after the session has expired. Your OAuth application must have the refresh_token scope enabled.

Input

Name Type Required Description
OAuthRefreshToken String True The refresh token returned when the OAuth Token was first created.

Result Set Columns

Name Type Description
Instance_Url String Instance of Salesforce the OAuth token is valid for.
OAuthAccessToken String The OAuth token.
Id String Id associated with the OAuth Token.
Issued_At String When the OAuth Token was issued.
Signature String Signature of the OAuth Token.
ExpiresIn String The remaining lifetime on the access token. A -1 denotes that it will not expire.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839