Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

SignUpRedirectOptions

An interface that provides options for sign-up redirect methods.

Properties

NameTypeDescription
afterSignInUrl?string | null | undefinedFull URL or path to navigate after successful sign-in.
afterSignUpUrl?string | null | undefinedFull URL or path to navigate after successful sign-up. Sets the afterSignUpUrl if the "Sign up" link is clicked.
redirectUrl?string | null | undefinedFull URL or path to navigate after successful sign in, or sign up.
The same as setting afterSignInUrl and afterSignUpUrl to the same value.
initialValues?SignUpInitialValuesThe values used to prefill the sign-up fields with.

What did you think of this content?

Clerk © 2023