toggle menu
trixnity-serverserverapi-server
4.11.1
common
switch theme
search in API
trixnity-serverserverapi-server
/
net.folivo.trixnity.serverserverapi.server
/
SignedRequestAuthenticationBody
Signed
Request
Authentication
Body
data
class
SignedRequestAuthenticationBody
(
val
signed
:
String
,
val
signature
:
Key.Ed25519Key
,
val
origin
:
String
)
Members
Constructors
Signed
Request
Authentication
Body
Link copied to clipboard
constructor
(
signed
:
String
,
signature
:
Key.Ed25519Key
,
origin
:
String
)
Properties
origin
Link copied to clipboard
val
origin
:
String
signature
Link copied to clipboard
val
signature
:
Key.Ed25519Key
signed
Link copied to clipboard
val
signed
:
String