pub async fn fetch_public_key(
base_url: impl Into<String>,
port: Option<u16>,
server_ca: impl Into<String>,
) -> Result<String, SdkError>
Expand description
Fetch a public key from the Hessra service
This is a convenience function that doesn’t require a fully configured client.