Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HashAlgorithmOptions

import type { HashAlgorithmOptions } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

The hash algorithms that are available to a code signing job.

interface HashAlgorithmOptions {
allowedValues: HashAlgorithm[];
defaultValue: HashAlgorithm;
}

§Properties

§
allowedValues: HashAlgorithm[]
[src]

The set of accepted hash algorithms allowed in a code signing job.

§
defaultValue: HashAlgorithm
[src]

The default hash algorithm that is used in a code signing job.