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

SoftwareTokenMfaConfigType

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

The type used for enabling software token MFA at the user pool level.

interface SoftwareTokenMfaConfigType {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Specifies whether software token MFA is activated.