@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface ScreenMembersOnEmailVerificationResult

    ScreenMembersOnEmailVerificationResult

    interface ScreenMembersOnEmailVerificationResult {
        name: string;
        captchaImage: string | null;
        captchaSiteKey: string | null;
        captchaProvider: string | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        texts: Record<string, string> | null;
        captcha: CaptchaContext | null;
        data: { status: string } | null;
        loginLink: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    captchaImage: string | null
    captchaSiteKey: string | null
    captchaProvider: string | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null

    Navigation links available on this screen.

    texts: Record<string, string> | null
    captcha: CaptchaContext | null
    data: { status: string } | null

    Screen-specific data.

    Type Declaration

    • { status: string }
      • status: string

        The status of the email verification process. Possible values might include "success", "failure", "already_verified", etc. This status should be displayed to the user to inform them of the outcome.

    • null
    loginLink: string | null

    Navigation links available on this screen.