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;