• This method will refresh the Showpad access token.

    Example

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

    const apiConfig = await Showpad.refreshShowpadOAuthApi(
    '<clientId>',
    '<clientSecret>',
    )

    Parameters

    • clientId: string

      The clientId of the OAuth Client.

    • clientSecret: string

      The secret of the OAuth Client.

    Returns Promise<ApiConfig>

    Object with the required information to do an HTTPrequest to the Showpad API.

Generated using TypeDoc