SystemaUser

data class SystemaUser(    val fingerprint: String = "",     val sessionId: String = "",     val userIdHash: String = "",     val userAgent: String = "",     val sequence: Int = -1,     val sessionCreatedAt: <ERROR CLASS>? = null,     val snapshotAt: <ERROR CLASS>)

Impersonated systema user data

This serializable instance is created from internal "ClientUser" instance rather than returning "ClientUser" to ensure "ClientUser" is only externally modifiable through the exposed APIs only.

Constructors

Link copied to clipboard
fun SystemaUser(    fingerprint: String = "",     sessionId: String = "",     userIdHash: String = "",     userAgent: String = "",     sequence: Int = -1,     sessionCreatedAt: <ERROR CLASS>? = null,     snapshotAt: <ERROR CLASS>)

Properties

Link copied to clipboard
val fingerprint: String
Link copied to clipboard
val sequence: Int
Link copied to clipboard
val sessionCreatedAt: <ERROR CLASS>? = null
Link copied to clipboard
val sessionId: String
Link copied to clipboard
val snapshotAt: <ERROR CLASS>
Link copied to clipboard
val userAgent: String
Link copied to clipboard
val userIdHash: String