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

    Interface LogLocationInfo

    Information about the location that triggered this event based on the ip.

    interface LogLocationInfo {
        country_code?: string;
        country_code3?: string;
        country_name?: string;
        city_name?: string;
        latitude?: string;
        longitude?: string;
        time_zone?: string;
        continent_code?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    country_code?: string

    Two-letter Alpha-2 ISO 3166-1 country code.

    country_code3?: string

    Three-letter Alpha-3 ISO 3166-1 country code.

    country_name?: string

    Full country name in English.

    city_name?: string

    Full city name in English.

    latitude?: string

    Global latitude (horizontal) position.

    longitude?: string

    Global longitude (vertical) position.

    time_zone?: string

    Time zone name as found in the tz database.

    continent_code?: string

    Continent the country is located within. Can be AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), NA (North America), OC (Oceania) or SA (South America).