trixnity-clientserverapi-model
3.0.0-beta3
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
>
>
)
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun
Response
(
failures
:
Map
<
String
,
JsonElement
>
,
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
Keys
>
>
)
Properties
failures
Link copied to clipboard
val
failures
:
Map
<
String
,
JsonElement
>
one
Time
Keys
Link copied to clipboard
val
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
Keys
>
>