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

UpdateBackendAuthMFAConfig

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

Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.

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

§Properties

§
MFAMode?: MFAMode | null
[src]

The MFA mode for the backend of your Amplify project.

§
Settings?: Settings | null
[src]

The settings of your MFA configuration for the backend of your Amplify project.