Hey @auth0rocks !
This should be possible by calling getAccessTokenSilently and passing the cacheMode param {cacheMode: "off"}
. This basically just forces the refreshing of tokens - Unfortunately I am not aware of any way to only get a new ID token, so this will also return a new access token.
Hope this helps!