Response

@Serializable
data class Response(val oneTimeKeyCounts: Map<KeyAlgorithm, Int>)

Constructors

Link copied to clipboard
fun Response(oneTimeKeyCounts: Map<KeyAlgorithm, Int>)

Properties

Link copied to clipboard
val oneTimeKeyCounts: Map<KeyAlgorithm, Int>