Types

Link copied to clipboard
@Serializable
data class Request(val identityServer: String?, val erase: Boolean? = null)
Link copied to clipboard
@Serializable
data class Response(val idServerUnbindResult: IdServerUnbindResult? = null)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?

Functions