Package io.github.ma1uta.matrix.identity.api
Identity API interfaces.
-
Interface Summary Interface Description Api Open API definition.DeprecatedApi Deprecated. InvitationApi An identity service can store pending invitations to a user's 3pid, which will be retrieved and can be either notified on or look up when the 3pid is associated with a Matrix user ID.KeyManagementApi An identity service has some long-term public-private keypairs.LookupApi Association lookup.SessionApi The flow for creating an association is session-based.SigningApi To aid clients who may not be able to perform crypto themselves, the identity server offers some crypto functionality to help in accepting invitations.StatusApi Checks that an Identity server is available at this API endpoint.ValidationApi Checking the validation of the 3pid ownership.