class Aws::AmplifyBackend::Types::UpdateBackendAuthForgotPasswordConfig
Describes the forgot password policy for authenticating into the Amplify app.
@note When making an API call, you may pass UpdateBackendAuthForgotPasswordConfig
data as a hash: { delivery_method: "EMAIL", # accepts EMAIL, SMS email_settings: { email_message: "__string", email_subject: "__string", }, sms_settings: { sms_message: "__string", }, }
@!attribute [rw] delivery_method
Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password. @return [String]
@!attribute [rw] email_settings
The configuration for the email sent when an app user forgets their password. @return [Types::EmailSettings]
@!attribute [rw] sms_settings
The configuration for the SMS message sent when an Amplify app user forgets their password. @return [Types::SmsSettings]
@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/UpdateBackendAuthForgotPasswordConfig AWS API Documentation
Constants
- SENSITIVE