trixnity-serverserverapi-model
3.10.3
common
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
ClaimKeys
/
Request
Request
@
Serializable
data
class
Request
(
val
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>
)
Properties
one
Time
Keys
Link copied to clipboard
val
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>