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

Authentication

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

Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.

interface Authentication {
PasswordCount?: number | null;
Type?: AuthenticationType | null;
}

§Properties

§
PasswordCount?: number | null
[src]

The number of passwords belonging to the user. The maximum is two.

§

Indicates whether the user requires a password to authenticate.