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

CreateBackendAuthForgotPasswordConfig

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

(DEPRECATED) Describes the forgot password policy for authenticating into the Amplify app.

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

§Properties

§
DeliveryMethod: DeliveryMethod
[src]

(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.

§
EmailSettings?: EmailSettings | null
[src]

(DEPRECATED) The configuration for the email sent when an app user forgets their password.

§
SmsSettings?: SmsSettings | null
[src]

(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.