Systema User
data class SystemaUser(fingerprint: String, sessionId: String, userIdHash: String, userAgent: String, sequence: Int, sessionCreatedAt: Instant?, snapshotAt: Instant)
Content copied to clipboard
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
SystemaUser
Link copied to clipboard
Properties
fingerprint
Link copied to clipboard
sessionCreatedAt
Link copied to clipboard
snapshotAt
Link copied to clipboard
userIdHash
Link copied to clipboard