LoginResponse

@Serializable
data class LoginResponse(val joinAuthToken: String, val hostAuthToken: String)

Constructors

Link copied to clipboard
constructor(joinAuthToken: String, hostAuthToken: String)

Properties

Link copied to clipboard
Link copied to clipboard