ruma_identity_service_api/
association.rs

1//! Endpoints to create associations with a Matrix ID on the identity server.
2
3pub mod bind_3pid;
4pub mod check_3pid_validity;
5pub mod email;
6pub mod msisdn;
7pub mod unbind_3pid;