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

    Interface EventStreamCloudEventContextRequestGeo

    Geographic information about the request origin.

    interface EventStreamCloudEventContextRequestGeo {
        continent_code?: string;
        country_code?: string;
        country_name?: string;
        latitude?: number;
        longitude?: number;
        subdivision_code?: string;
        subdivision_name?: string;
        city_name?: string;
        time_zone?: string;
    }
    Index

    Properties

    continent_code?: string

    Continent code.

    country_code?: string

    Country code.

    country_name?: string

    Country name.

    latitude?: number

    Latitude coordinate.

    longitude?: number

    Longitude coordinate.

    subdivision_code?: string

    Subdivision (state/province) code.

    subdivision_name?: string

    Subdivision (state/province) name.

    city_name?: string

    City name.

    time_zone?: string

    Time zone.