Refreshes the Salesforce access token.
[Web] A Salesforce login popup opens when required. Some browsers might block the popup, which leads to the promise never resolving
import { Showpad } from '@showpad/experience-app-sdk'const apiConfig = await Showpad.refreshSalesforceApi() Copy
import { Showpad } from '@showpad/experience-app-sdk'const apiConfig = await Showpad.refreshSalesforceApi()
Object with the required information to do an HTTP request to the Showpad API.
Generated using TypeDoc
Refreshes the Salesforce access token.
Support
[Web] A Salesforce login popup opens when required. Some browsers might block the popup, which leads to the promise never resolving
Example