Interface Sessions

Contains a list of sessions.

interface Sessions {
    @type: "sessions";
    inactive_session_ttl_days: number;
    sessions: Session[];
}

Properties

@type: "sessions"
inactive_session_ttl_days: number

Number of days of inactivity before sessions will automatically be terminated; 1-366 days.

sessions: Session[]

List of sessions.