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

    Interface EventStreamCloudEventContextRequest

    An HTTP request.

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

    Properties

    hostname: string

    The hostname the request is for.

    custom_domain?: string

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

    ip: string

    The originating IP address of the request.

    method: string

    The HTTP method used for the request.

    user_agent: string

    The value of the User-Agent header.