Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CreateBackendAuthForgotPasswordConfig = CreateBackendAuthForgotPasswordConfig' {}
- newCreateBackendAuthForgotPasswordConfig :: DeliveryMethod -> CreateBackendAuthForgotPasswordConfig
- createBackendAuthForgotPasswordConfig_emailSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe EmailSettings)
- createBackendAuthForgotPasswordConfig_smsSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe SmsSettings)
- createBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' CreateBackendAuthForgotPasswordConfig DeliveryMethod
Documentation
data CreateBackendAuthForgotPasswordConfig Source #
Describes the forgot password policy for authenticating into the Amplify app.
See: newCreateBackendAuthForgotPasswordConfig
smart constructor.
CreateBackendAuthForgotPasswordConfig' | |
|
Instances
newCreateBackendAuthForgotPasswordConfig Source #
Create a value of CreateBackendAuthForgotPasswordConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:emailSettings:CreateBackendAuthForgotPasswordConfig'
, createBackendAuthForgotPasswordConfig_emailSettings
- The configuration for the email sent when an app user forgets their
password.
$sel:smsSettings:CreateBackendAuthForgotPasswordConfig'
, createBackendAuthForgotPasswordConfig_smsSettings
- The configuration for the SMS message sent when an app user forgets
their password.
$sel:deliveryMethod:CreateBackendAuthForgotPasswordConfig'
, createBackendAuthForgotPasswordConfig_deliveryMethod
- Describes which mode to use (either SMS or email) to deliver messages to
app users who want to recover their password.
createBackendAuthForgotPasswordConfig_emailSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe EmailSettings) Source #
The configuration for the email sent when an app user forgets their password.
createBackendAuthForgotPasswordConfig_smsSettings :: Lens' CreateBackendAuthForgotPasswordConfig (Maybe SmsSettings) Source #
The configuration for the SMS message sent when an app user forgets their password.
createBackendAuthForgotPasswordConfig_deliveryMethod :: Lens' CreateBackendAuthForgotPasswordConfig DeliveryMethod Source #
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.