Session

@Serializable
data class Session(val resuming: Boolean, val timeoutSeconds: Long)

Representation of a session.

Constructors

Link copied to clipboard
constructor(resuming: Boolean, timeoutSeconds: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

whether resuming is enabled or not

Link copied to clipboard

Duration you are allowed to resume

Link copied to clipboard

amount of seconds you are allowed to resume