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

ApiKeyCredentials

import type { ApiKeyCredentials } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The API key credentials required for API key authentication.

interface ApiKeyCredentials {
apiKey: string;
apiSecretKey?: string | null;
}

§Properties

§
apiKey: string
[src]

The API key required for API key authentication.

§
apiSecretKey?: string | null
[src]

The API secret key required for API key authentication.