This method will refresh the Showpad access token.
import { Showpad } from '@showpad/experience-app-sdk'const apiConfig = await Showpad.refreshShowpadOAuthApi( '<clientId>', '<clientSecret>',) Copy
import { Showpad } from '@showpad/experience-app-sdk'const apiConfig = await Showpad.refreshShowpadOAuthApi( '<clientId>', '<clientSecret>',)
The clientId of the OAuth Client.
The secret of the OAuth Client.
Object with the required information to do an HTTPrequest to the Showpad API.
Generated using TypeDoc
This method will refresh the Showpad access token.
Example