On Blazor WASM, how do I do the equivalent of forceRefresh: true when requesting an access token?
AccessTokenRequestOptions.cs does not have that property for some reason.
I need to use that when the user does not have the required roles (force refresh to see if the role has been added to the user since the token was acquired).