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

    Interface ScreenMembersOnConsent

    ScreenMembersOnConsent

    interface ScreenMembersOnConsent {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | Record<
                string,
                | string
                | boolean
                | Classes.PasskeyCreate
                | string[]
                | Record<string, string[]>
                | Classes.PhonePrefix[],
            >
            | null;
        hideScopes: boolean;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        scopes: Classes.Scope[];
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data:
        | Record<
            string,
            | string
            | boolean
            | Classes.PasskeyCreate
            | string[]
            | Record<string, string[]>
            | Classes.PhonePrefix[],
        >
        | null

    Screen-specific data.

    hideScopes: boolean
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    scopes: Classes.Scope[]
    texts: Record<string, string> | null