SSOSession

@JsonClass(generateAdapter = true)
data class SSOSession(@Json(name = "server_url") val serverUrl: String? = null)

Constructors

Link copied to clipboard
fun SSOSession(@Json(name = "server_url") serverUrl: String? = null)

Properties

Link copied to clipboard
val serverUrl: String? = null