• 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

    import { Showpad } from '@showpad/experience-app-sdk'

    const apiConfig = await Showpad.refreshSalesforceApi()

    Returns Promise<ApiConfig>

    Object with the required information to do an HTTP request to the Showpad API.

Generated using TypeDoc