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-client
/
de.connect2x.trixnity.serverserverapi.client
/
MatrixSignatureAuthPlugin
Matrix
Signature
Auth
Plugin
class
MatrixSignatureAuthPlugin
(
hostname
:
String
,
sign
:
(
String
)
->
Key.Ed25519Key
)
:
HttpClientPlugin
<
Unit
,
Unit
>
Members
Constructors
Matrix
Signature
Auth
Plugin
Link copied to clipboard
constructor
(
hostname
:
String
,
sign
:
(
String
)
->
Key.Ed25519Key
)
Properties
key
Link copied to clipboard
open
override
val
key
:
AttributeKey
<
Unit
>
Functions
install
Link copied to clipboard
open
override
fun
install
(
plugin
:
Unit
,
scope
:
HttpClient
)
prepare
Link copied to clipboard
open
override
fun
prepare
(
block
:
Unit
.
(
)
->
Unit
)