Session

data class Session(val lastActiveTime: String?, val lastActiveDate: String?, val browser: String, val ip: String, val isp: String?, val location: String?)

Represents a session for a user.

Constructors

Link copied to clipboard
constructor(lastActiveTime: String?, lastActiveDate: String?, browser: String, ip: String, isp: String?, location: String?)

Properties

Link copied to clipboard

The browser identifier for the session.

Link copied to clipboard
val ip: String

The IP address for the session as a string.

Link copied to clipboard

Whether the provided session is the session for the currently logged-in TabroomAPI Client.

Link copied to clipboard
val isp: String?

The internet service provider for the session, if available.

Link copied to clipboard

The date for the session being last active.

Link copied to clipboard

The time for the session being last active.

Link copied to clipboard

The location of the session, if available.