Back to Node Auth0

Interface EventStreamCloudEventContextRequest

docs/interfaces/management.Management.EventStreamCloudEventContextRequest.html

5.9.11.4 KB
Original Source

Interface EventStreamCloudEventContextRequest

An HTTP request.

interface EventStreamCloudEventContextRequest {
geo: EventStreamCloudEventContextRequestGeo;
hostname: string;
custom_domain?: string;
ip: string;
method: string;
user_agent: string;
}

Index

Properties

geohostnamecustom_domain?ipmethoduser_agent

Properties

geo

geo: EventStreamCloudEventContextRequestGeo

hostname

hostname: string

The hostname the request is for.

Optionalcustom_domain

custom_domain?: string

The custom domain used in the request (if any).

ip

ip: string

The originating IP address of the request.

method

method: string

The HTTP method used for the request.

user_agent

user_agent: string

The value of the User-Agent header.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties geohostnamecustom_domainipmethoduser_agent