MonoCloud Management SDK
    Preparing search index...

    Interface UserSessionMetadata

    User Session Metadata: Returns contextual and device information associated with a user session.

    UserSessionMetadata

    interface UserSessionMetadata {
        city?: string | null;
        country?: string | null;
        ip_address?: string | null;
        latitude?: string | null;
        longitude?: string | null;
        region?: string | null;
        user_agent?: string | null;
    }
    Index

    Properties

    city?: string | null

    The city recorded during the most recent session activity.

    UserSessionMetadata

    country?: string | null

    The country recorded during the most recent session activity.

    UserSessionMetadata

    ip_address?: string | null

    The IP address recorded during the most recent session activity.

    UserSessionMetadata

    latitude?: string | null

    The latitude recorded during the most recent session activity.

    UserSessionMetadata

    longitude?: string | null

    The longitude recorded during the most recent session activity.

    UserSessionMetadata

    region?: string | null

    The geographic region recorded during the most recent session activity.

    UserSessionMetadata

    user_agent?: string | null

    The user agent recorded during the most recent session activity.

    UserSessionMetadata