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

    Interface UntrustedDataMembers

    interface UntrustedDataMembers {
        authorizationParams:
            | null
            | {
                login_hint?: string;
                screen_hint?: string;
                ui_locales?: string;
                [key: `ext-${string}`]: string;
            };
        submittedFormData: | null
        | { [key: string]: undefined
        | null
        | string
        | number
        | boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorizationParams:
        | null
        | {
            login_hint?: string;
            screen_hint?: string;
            ui_locales?: string;
            [key: `ext-${string}`]: string;
        }
    submittedFormData:
        | null
        | { [key: string]: undefined
        | null
        | string
        | number
        | boolean }