ruma_identity_service_api/association/
email.rs

1//! Endpoints to create an association between a Matrix ID and an email ID on the identity server.
2
3pub mod create_email_validation_session;
4pub mod validate_email;
5pub mod validate_email_by_end_user;