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

    Interface SessionResponseContent

    interface SessionResponseContent {
        id?: string;
        user_id?: string;
        created_at?: SessionDate;
        updated_at?: SessionDate;
        authenticated_at?: SessionDate;
        idle_expires_at?: SessionDate;
        expires_at?: SessionDate;
        last_interacted_at?: SessionDate;
        device?: SessionDeviceMetadata;
        clients?: SessionClientMetadata[];
        authentication?: SessionAuthenticationSignals;
        cookie?: SessionCookieMetadata;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    The ID of the session

    user_id?: string

    ID of the user which can be used when interacting with other APIs.

    created_at?: SessionDate
    updated_at?: SessionDate
    authenticated_at?: SessionDate
    idle_expires_at?: SessionDate
    expires_at?: SessionDate
    last_interacted_at?: SessionDate

    List of client details for the session