trixnity-clientserverapi-model
Toggle table of contents
4.17.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.keys
/
ClaimKeys
/
Response
Response
@
Serializable
data
class
Response
(
val
failures
:
Map
<
String
,
JsonElement
>
,
val
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
Keys
>
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
failures
:
Map
<
String
,
JsonElement
>
,
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
Keys
>
>
)
Properties
failures
Link copied to clipboard
@
SerialName
(
value
=
"failures"
)
val
failures
:
Map
<
String
,
JsonElement
>
one
Time
Keys
Link copied to clipboard
@
SerialName
(
value
=
"one_time_keys"
)
val
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
Keys
>
>