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

    Interface SessionDeviceMetadata

    Metadata related to the device used in the session

    interface SessionDeviceMetadata {
        initial_user_agent?: string;
        initial_ip?: SessionIp;
        initial_asn?: string;
        last_user_agent?: string;
        last_ip?: SessionIp;
        last_asn?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    initial_user_agent?: string

    First user agent of the device from which this user logged in

    initial_ip?: SessionIp
    initial_asn?: string

    First autonomous system number associated with this session

    last_user_agent?: string

    Last user agent of the device from which this user logged in

    last_ip?: SessionIp
    last_asn?: string

    Last autonomous system number from which this user logged in