Function example_cross_signing_bootstrap::login

source ยท
pub(crate) async fn login(
    homeserver_url: String,
    username: &str,
    password: &str
) -> Result<()>