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

BackendAPIAuthType

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

Describes the auth types for your configured data models.

interface BackendAPIAuthType {
Mode?: Mode | null;
}

§Properties

§
Mode?: Mode | null
[src]

Describes the authentication mode.

§

Describes settings for the authentication mode.