Struct aws_sdk_amplifybackend::model::CreateBackendAuthForgotPasswordConfig [−][src]
#[non_exhaustive]pub struct CreateBackendAuthForgotPasswordConfig {
pub delivery_method: Option<DeliveryMethod>,
pub email_settings: Option<EmailSettings>,
pub sms_settings: Option<SmsSettings>,
}
Expand description
Describes the forgot password policy for authenticating into the Amplify app.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.delivery_method: Option<DeliveryMethod>
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.
email_settings: Option<EmailSettings>
The configuration for the email sent when an app user forgets their password.
sms_settings: Option<SmsSettings>
The configuration for the SMS message sent when an app user forgets their password.
Implementations
Creates a new builder-style object to manufacture CreateBackendAuthForgotPasswordConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more