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

VerifyRequest

import type { VerifyRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface VerifyRequest {
GrantTokens?: string[] | null;
KeyId: string;
Message: Uint8Array | string;
MessageType?: MessageType | null;
Signature: Uint8Array | string;
SigningAlgorithm: SigningAlgorithmSpec;
}

§Properties

§
GrantTokens?: string[] | null
[src]
§
KeyId: string
[src]
§
Message: Uint8Array | string
[src]
§
MessageType?: MessageType | null
[src]
§
Signature: Uint8Array | string
[src]
§
SigningAlgorithm: SigningAlgorithmSpec
[src]