StoredOlmSession

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

Constructors

Link copied to clipboard
constructor(senderKey: Key.Curve25519Key, 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: Key.Curve25519Key
Link copied to clipboard