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

    Interface UntrustedDataMembers

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

    Hierarchy (View Summary)

    Index

    Properties

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