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

CreateBackendAuthVerificationMessageConfig

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

Creates an email or SMS verification message for the auth resource configured for your Amplify project.

interface CreateBackendAuthVerificationMessageConfig {
DeliveryMethod: DeliveryMethod;
EmailSettings?: EmailSettings | null;
SmsSettings?: SmsSettings | null;
}

§Properties

§
DeliveryMethod: DeliveryMethod
[src]

The type of verification message to send.

§
EmailSettings?: EmailSettings | null
[src]

The settings for the email message.

§
SmsSettings?: SmsSettings | null
[src]

The settings for the SMS message.