Stored Olm Session
@Serializable
Constructors
Link copied to clipboard
fun StoredOlmSession(senderKey: Key.Curve25519Key, sessionId: String, lastUsedAt: Instant, createdAt: Instant = Clock.System.now(), pickled: String)