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

    Interface ScreenMembersOnEmailVerificationResult

    ScreenMembersOnEmailVerificationResult

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

    Hierarchy (View Summary)

    Index

    Properties

    captcha: null | Classes.CaptchaContext
    captchaImage: null | string
    captchaProvider: null | string
    captchaSiteKey: null | string
    data: null | { status: string }

    Screen-specific data.

    Type declaration

    • null
    • { 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.

    isCaptchaAvailable: boolean
    links: null | Record<string, string>

    Navigation links available on this screen.

    loginLink: null | string

    Navigation links available on this screen.

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