synapse_admin_api/
register_users.rs

1//! Endpoints in the `/_synapse/admin/v<x>/register/` scope.
2
3pub mod shared_secret_register;
4pub mod shared_secret_register_nonce;