Skip to content

Commit

Permalink
Add redirectUrl parameter to startSSOFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Feb 12, 2025
1 parent e140ffe commit ef80482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/references/expo/use-sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ function startSSOFlow(startSSOFlowParams: StartSSOFlowParams): Promise<StartSSOF

---

- `redirectUrl?`
- `string`

The full URL or path to redirect to after the SSO flow is complete.

---

- `unsafeMetadata?`
- [`SignUpUnsafeMetadata`](/docs/references/javascript/types/metadata#sign-up-unsafe-metadata)

Expand Down

0 comments on commit ef80482

Please sign in to comment.