Docs

You are viewing an archived version of the docs.Go to latest version

RedirectOptions

An interface that provides options for a range of redirect methods.

Properties

  • Name
    afterSignInUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate to after successful sign-in.

  • Name
    afterSignUpUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate to after successful sign-up. Sets the afterSignUpUrl if the "Sign up" link is clicked.

  • Name
    redirectUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate to after successful sign-in, or sign-up. The same as setting afterSignInUrl and afterSignUpUrl to the same value.

Feedback

What did you think of this content?

Last updated on