CDP Frontend SDK
    Preparing search index...

    Interface SignInDescriptionProps

    The props for the SignInDescription component.

    interface SignInDescriptionProps {
        as?: ElementType;
        authMethod?: AuthMethod;
        step?: "credentials" | "verification";
    }

    Hierarchy

    • SignInTitleAndDescriptionProps
    • HTMLAttributes<HTMLElement>
      • SignInDescriptionProps
    Index

    Properties

    Properties

    as?: ElementType

    The element type to render the description as.

    authMethod?: AuthMethod

    The auth method to render the title for.

    step?: "credentials" | "verification"

    If set, will render the title for this step of the sign in flow, regardless of the context value.