trixnity-serverserverapi-server
Toggle table of contents
4.13.0
common
Platform filter
common
Switch theme
Search in API
trixnity-serverserverapi-server
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