MiddlewareSession

internal data class MiddlewareSession(val clientId: String, val sessionId: String)

Data class containing the client ID and session ID of a middleware session.

Constructors

Link copied to clipboard
constructor(clientId: String, sessionId: String)

Properties

Link copied to clipboard

The client ID of the middleware session.

Link copied to clipboard

The session ID of the middleware session.