Module authentication

Module authentication 

Source
Expand description

Common types for implementing federation authorization.

Structs§

ServerSignatures
Authentication is performed by adding an X-Matrix header including a signature in the request headers, as defined in the Matrix Server-Server API.
ServerSignaturesInput
The input necessary to generate the ServerSignatures authentication scheme.
XMatrix
Typed representation of an Authorization header of scheme X-Matrix, as defined in the Matrix Server-Server API.

Enums§

XMatrixParseError
An error when trying to parse an X-Matrix Authorization header.