No problem!
Correct - It will initiate a call to /authorize with prompt=none
parameter. The new token(s) returned should have the updated data. You could also user any non-expired access token to hit /userinfo
for the updated profile information. For example, if you update the user’s profile info and have an access token/id token from prior to the update, the access token should still work to retrieve the latest info from /userinfo.