Skip to main content
Version: 2026.0

ClientData

Encapsulates a User Client data and provides functionalities.

Methods

getAditoServerId

getAditoServerId(): string

Returns

string

the UUID of the ADITO server to which this client session belongs to.


getAditoServerName

getAditoServerName(): string

Returns

string

the name of the ADITO server to which this client session belongs to.


getBrowserInfo

getBrowserInfo(): BrowserData

Returns

BrowserData

an BrowserData-Object that contains additional information of the browser used by the client.


getIpAddress

getIpAddress(): string

Returns

string

the ip address of the client session


getLastActionMillis

getLastActionMillis(): number

Returns

number

the timestamp of the last client action in the corresponding session.


getLoginTimeMillis

getLoginTimeMillis(): number

Returns

number

the timestamp at which the client logged into the session.


getSessionId

getSessionId(): string

Returns

string

the UUID of the client session.


getUserTitle

getUserTitle(): string

Returns

string

the title of the user to which the session belongs