trixnity-serverserverapi-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-serverserverapi-client
trixnity-serverserverapi-client
/
net.folivo.trixnity.serverserverapi.client
/
MatrixSignatureAuthPlugin
Matrix
Signature
Auth
Plugin
class
MatrixSignatureAuthPlugin
(
hostname
:
String
,
sign
:
(
String
)
->
Key.Ed25519Key
,
json
:
Json
)
:
HttpClientPlugin
<
Unit
,
Unit
>
Members
Constructors
Matrix
Signature
Auth
Plugin
Link copied to clipboard
constructor
(
hostname
:
String
,
sign
:
(
String
)
->
Key.Ed25519Key
,
json
:
Json
)
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
)