toggle menu
trixnity-serverserverapi-client
4.3.9
common
switch theme
search in API
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
)