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

    Interface ScreenMembersOnConsent

    ScreenMembersOnConsent

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

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    captchaImage: string | null
    captchaSiteKey: string | null
    captchaProvider: string | null
    isCaptchaAvailable: boolean
    data:
        | Record<
            string,
            | string
            | boolean
            | string[]
            | Record<string, string[]>
            | PhonePrefix[]
            | PasskeyCreate,
        >
        | null

    Screen-specific data.

    links: Record<string, string> | null
    texts: Record<string, string> | null
    captcha: CaptchaContext | null
    scopes: Scope[]
    hideScopes: boolean