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
Evaluate redirect URI lazily, implements #69
Evaluating the redirect URI of BasicOAuth2Client lazily allows passing `null`without breaking non-interactive grant types.
Support URI redirect uris.
In the past redirect URIs we preovides as `java.net.URI` values. A few commits back we switched to `org.dmfs.rfc3986.Uri`. However, for convenience (and backwards compatibility) it would be good to provide the old constructor as a secondary constructor.