ruma_identity_service_api/
authentication.rs

1//! Endpoints to authenticate with an identity server.
2
3pub mod get_account_information;
4pub mod logout;
5pub mod register;