SessionResumptionConfig

@Serializable
data class SessionResumptionConfig(val handle: String? = null)

Represents the session resumption config.

Constructors

Link copied to clipboard
constructor(handle: String? = null)

Properties

Link copied to clipboard
val handle: String?

The handle.