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

    Interface UntrustedDataMembers

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

    Hierarchy (View Summary)

    Index

    Properties

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