pub(crate) async fn login_param_from_account_qr(
context: &Context,
qr: &str,
) -> Result<EnteredLoginParam>Expand description
Takes a QR with DCACCOUNT: scheme, parses its parameters,
downloads additional information from the contained URL
and returns the login parameters.