evaluateRedirectUri
Evaluates the given redirect url to determine what next steps can be performed. This is usually used when receiving a redirection from an IDP authentication flow.
Return
IdxRedirectResult.Tokens if the redirect completed authentication and tokens were exchanged, IdxRedirectResult.InteractionRequired if further interaction is needed and the resumed IdxResponse is returned, or IdxRedirectResult.Error if the redirect could not be handled or the underlying request failed.
Parameters
uri
the redirect Uri received from the browser or IDP redirection.