ruwuma/crates/ruma-identity-service-api/src/authentication.rs
2021-05-03 15:50:27 +02:00

5 lines
123 B
Rust

//! Endpoints to authenticate with an identity server.
pub mod get_account_information;
pub mod logout;
pub mod register;