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

SoftwareTokenMfaSettingsType

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

The type used for enabling software token MFA at the user level. If an MFA type is activated for a user, the user will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the device has been trusted. If you want MFA to be applied selectively based on the assessed risk level of sign-in attempts, deactivate MFA for users and turn on Adaptive Authentication for the user pool.

interface SoftwareTokenMfaSettingsType {
Enabled?: boolean | null;
PreferredMfa?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Specifies whether software token MFA is activated. If an MFA type is activated for a user, the user will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the device has been trusted.

§
PreferredMfa?: boolean | null
[src]

Specifies whether software token MFA is the preferred MFA method.