Get Redirect Target
Returns the URL the user will be redirected to after a successful sign-in. This is the value of the
When to Use
- Works at any time — no user interaction needed
How to Use
Location: N/A — read-only background call
- Call getRedirectTarget to find where sign-in will redirect
What to Expect
Returns { redirectTarget: '/some/path/' }
Prerequisites
None.