Docs

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

SignInRedirectOptions

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

Properties

  • Name
    afterSignInUrl?
    Type
    string | null | undefined
    Description

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

  • Name
    afterSignUpUrl?
    Type
    string | null | undefined
    Description

    Full URL or path to navigate 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 after successful sign-in, or sign-up. The same as setting afterSignInUrl and afterSignUpUrl to the same value.

  • Name
    initialValues?
    Type
    SignInInitialValues
    Description

    The values used to prefill the sign-in fields with.

Feedback

What did you think of this content?

Last updated on