pub async fn verify(
client: &impl Client,
mount: &str,
name: &str,
input: &str,
opts: Option<&mut VerifySignedDataRequestBuilder>,
) -> Result<VerifySignedDataResponse, ClientError>
Expand description
Return whether the provided signature is valid for the base64-encoded input data.
See SignDataRequest