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

GetUserPoolMfaConfigResponse

import type { GetUserPoolMfaConfigResponse } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface GetUserPoolMfaConfigResponse {
MfaConfiguration?: UserPoolMfaType | null;
SmsMfaConfiguration?: SmsMfaConfigType | null;
SoftwareTokenMfaConfiguration?: SoftwareTokenMfaConfigType | null;
}

§Properties

§
MfaConfiguration?: UserPoolMfaType | null
[src]

The multi-factor (MFA) configuration. Valid values include:

  • OFF MFA will not be used for any users.
  • ON MFA is required for all users to sign in.
  • OPTIONAL MFA will be required only for individual users who have an MFA factor enabled.
§
SmsMfaConfiguration?: SmsMfaConfigType | null
[src]

The SMS text message multi-factor (MFA) configuration.

§
SoftwareTokenMfaConfiguration?: SoftwareTokenMfaConfigType | null
[src]

The software token multi-factor (MFA) configuration.