pub fn to_deep_link(id: &ConnectionIdentifier) -> Result<String, String>Expand description
Build a custom-scheme deep link that opens the app directly:
web+qualia://connect?p=<id.encode()?>.
The payload is base64url (URL-safe) so it is placed in the query verbatim.