Re fetching idtoken

Hey @auth0rocks ! :metal:

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!