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

UpdateBackendAuthIdentityPoolConfig

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

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

interface UpdateBackendAuthIdentityPoolConfig {
UnauthenticatedLogin?: boolean | null;
}

§Properties

§
UnauthenticatedLogin?: boolean | null
[src]

A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.