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

CreateBackendAuthMFAConfig

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

Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.

interface CreateBackendAuthMFAConfig {
MFAMode: MFAMode;
Settings?: Settings | null;
}

§Properties

§
MFAMode: MFAMode
[src]

Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.

§
Settings?: Settings | null
[src]

Describes the configuration settings and methods for your Amplify app users to use MFA.