I am able to get this to work using the Vanilla JS ‘Call An API’ Quickstart, using this code:
const customParams = { foo:'bar', color: 'blue' }
const token = await auth0.getTokenSilently({ignoreCache: true, ...customParams});
I am able to get this to work using the Vanilla JS ‘Call An API’ Quickstart, using this code:
const customParams = { foo:'bar', color: 'blue' }
const token = await auth0.getTokenSilently({ignoreCache: true, ...customParams});