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

ClientPasswordAuthType

import type { ClientPasswordAuthType } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
type ClientPasswordAuthType =
| "MYSQL_NATIVE_PASSWORD"
| "POSTGRES_SCRAM_SHA_256"
| "POSTGRES_MD5"
| "SQL_SERVER_AUTHENTICATION"

§Type

§
"MYSQL_NATIVE_PASSWORD" | "POSTGRES_SCRAM_SHA_256" | "POSTGRES_MD5" | "SQL_SERVER_AUTHENTICATION" | cmnP.UnexpectedEnumValue
[src]