Skip to content

Commit e09d8b5

Browse files
committed
Add redirectUrl parameter to startSSOFlow
1 parent e140ffe commit e09d8b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/references/expo/use-sso.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ function startSSOFlow(startSSOFlowParams: StartSSOFlowParams): Promise<StartSSOF
3939

4040
---
4141

42+
- `redirectUrl?`
43+
- `string`
44+
45+
The full URL or path to redirect to after the OAuth flow is complete.
46+
47+
---
48+
4249
- `unsafeMetadata?`
4350
- [`SignUpUnsafeMetadata`](/docs/references/javascript/types/metadata#sign-up-unsafe-metadata)
4451

0 commit comments

Comments
 (0)