pub fn lookup_notarization_tickets<'a>(
client: &Client,
record_names: impl Iterator<Item = &'a str>,
) -> Result<TicketLookupResponse, AppleCodesignError>
Expand description
Look up a notarization ticket given an HTTP client and an iterable of record names.
The record name is of the form 2/<digest_type>/<code_directory_digest>
.