trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-serverserverapi-model
/
de.connect2x.trixnity.serverserverapi.model
Package-level
declarations
Types
Functions
Types
Signed
Persistent
Data
Unit
Link copied to clipboard
typealias
SignedPersistentDataUnit
<
T
>
=
Signed
<
PersistentDataUnit
<
T
>
,
String
>
Signed
Persistent
Message
Data
Unit
Link copied to clipboard
typealias
SignedPersistentMessageDataUnit
<
T
>
=
Signed
<
PersistentDataUnit.PersistentMessageDataUnit
<
T
>
,
String
>
Signed
Persistent
State
Data
Unit
Link copied to clipboard
typealias
SignedPersistentStateDataUnit
<
T
>
=
Signed
<
PersistentDataUnit.PersistentStateDataUnit
<
T
>
,
String
>
Functions
request
Authentication
Body
Link copied to clipboard
fun
requestAuthenticationBody
(
content
:
String
?
=
null
,
destination
:
String
,
method
:
String
,
origin
:
String
,
uri
:
String
)
:
String