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

Credentials

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

Short term API credentials.

interface Credentials {
accessKeyId?: string | null;
secretAccessKey?: string | null;
sessionToken?: string | null;
}

§Properties

§
accessKeyId?: string | null
[src]

The access key identifier.

§
secretAccessKey?: string | null
[src]

The access key.

§
sessionToken?: string | null
[src]

The session token.