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

AuthenticationType

import type { AuthenticationType } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
type AuthenticationType =
| "API_KEY"
| "AWS_IAM"
| "AMAZON_COGNITO_USER_POOLS"
| "OPENID_CONNECT"
| "AWS_LAMBDA"

§Type

§
"API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT" | "AWS_LAMBDA" | cmnP.UnexpectedEnumValue
[src]