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

MFAOptionType

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

This data type is no longer supported. Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.

interface MFAOptionType {
AttributeName?: string | null;
DeliveryMedium?: DeliveryMediumType | null;
}

§Properties

§
AttributeName?: string | null
[src]

The attribute name of the MFA option type. The only valid value is phone_number.

§
DeliveryMedium?: DeliveryMediumType | null
[src]

The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.