Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FormWidgetGMapsAddress

    interface FormWidgetGMapsAddress {
        id: string;
        category: "WIDGET";
        type: "GMAPS_ADDRESS";
        config: FormWidgetGMapsAddressConfig;
        label?: string;
        hint?: string;
        required?: boolean;
        sensitive?: boolean;
    }
    Index

    Properties

    id: string
    category: "WIDGET"
    type: "GMAPS_ADDRESS"
    label?: string
    hint?: string
    required?: boolean
    sensitive?: boolean