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

AuthenticationMode

import type { AuthenticationMode } 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 AuthenticationMode {
Passwords?: string[] | null;
}

§Properties

§
Passwords?: string[] | null
[src]

The password(s) used for authentication

§

Indicates whether the user requires a password to authenticate. All newly-created users require a password.