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/cognitoidentity.ts?docs=full";

Credentials for the provided identity ID.

interface Credentials {
AccessKeyId?: string | null;
Expiration?: Date | number | null;
SecretKey?: string | null;
SessionToken?: string | null;
}

§Properties

§
AccessKeyId?: string | null
[src]

The Access Key portion of the credentials.

§
Expiration?: Date | number | null
[src]

The date at which these credentials will expire.

§
SecretKey?: string | null
[src]

The Secret Access Key portion of the credentials

§
SessionToken?: string | null
[src]

The Session Token portion of the credentials