• Refreshes the Showpad access token.

    Example

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

    const apiConfig = await Showpad.refreshShowpadApi()

    Returns Promise<ApiConfig>

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

Generated using TypeDoc