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

HmacKey

import type { HmacKey } from "https://googleapis.deno.dev/v1/storage:v1.ts";

JSON template to produce a JSON-style HMAC Key resource for Create responses.

interface HmacKey {
kind?: string;
metadata?: HmacKeyMetadata;
secret?: string;
}

§Properties

§
kind?: string
[src]

The kind of item this is. For HMAC keys, this is always storage#hmacKey.

§

Key metadata.

§
secret?: string
[src]

HMAC secret key material.