StoredOlmSession

@Serializable
data class StoredOlmSession(val senderKey: KeyValue.Curve25519KeyValue, val sessionId: String, val lastUsedAt: Instant, val createdAt: Instant, val pickled: String, val initiatedByThisDevice: Boolean = false)

Constructors

Link copied to clipboard
constructor(senderKey: KeyValue.Curve25519KeyValue, sessionId: String, lastUsedAt: Instant, createdAt: Instant, pickled: String, initiatedByThisDevice: Boolean = false)

Properties

Link copied to clipboard
val createdAt: Instant
Link copied to clipboard
Link copied to clipboard
val lastUsedAt: Instant
Link copied to clipboard
Link copied to clipboard
val senderKey: KeyValue.Curve25519KeyValue
Link copied to clipboard