Logout

@Serializable
data object Logout : MatrixEndpoint<Unit, Unit>

See also

Properties

Link copied to clipboard
@Transient
open override val requestContentType: ContentType? = null
Link copied to clipboard
open val responseContentType: ContentType?

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Unit?): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Unit?): KSerializer<Unit>?