You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some OAuth2 grant types don't need a redirect URI and it can be annoying having to provide one if none is needed.
Since it's already been used in the wild, for the time being we should allow passing null until we have a better solution.