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

SmsMfaConfigType

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

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

interface SmsMfaConfigType {
SmsAuthenticationMessage?: string | null;
SmsConfiguration?: SmsConfigurationType | null;
}

§Properties

§
SmsAuthenticationMessage?: string | null
[src]

The SMS authentication message that will be sent to users with the code they must sign in. The message must contain the ‘{####}’ placeholder, which is replaced with the code. If the message isn't included, and default message will be used.

§
SmsConfiguration?: SmsConfigurationType | null
[src]

The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To request Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.