@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface ScreenMembersOnEmailVerificationResult

    ScreenMembersOnEmailVerificationResult

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

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | 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
    isCaptchaAvailable: boolean
    links: Record<string, string> | null

    Navigation links available on this screen.

    loginLink: string | null

    Navigation links available on this screen.

    name: string
    texts: Record<string, string> | null