public static interface CreateBackendAuthForgotPasswordConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthForgotPasswordConfig.Builder,CreateBackendAuthForgotPasswordConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthForgotPasswordConfig.Builder |
deliveryMethod(DeliveryMethod deliveryMethod)
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their
password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
deliveryMethod(String deliveryMethod)
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their
password.
|
default CreateBackendAuthForgotPasswordConfig.Builder |
emailSettings(Consumer<EmailSettings.Builder> emailSettings)
The configuration for the email sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
emailSettings(EmailSettings emailSettings)
The configuration for the email sent when an app user forgets their password.
|
default CreateBackendAuthForgotPasswordConfig.Builder |
smsSettings(Consumer<SmsSettings.Builder> smsSettings)
The configuration for the SMS message sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
smsSettings(SmsSettings smsSettings)
The configuration for the SMS message sent when an app user forgets their password.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthForgotPasswordConfig.Builder deliveryMethod(String deliveryMethod)
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.
deliveryMethod - Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover
their password.DeliveryMethod,
DeliveryMethodCreateBackendAuthForgotPasswordConfig.Builder deliveryMethod(DeliveryMethod deliveryMethod)
Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.
deliveryMethod - Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover
their password.DeliveryMethod,
DeliveryMethodCreateBackendAuthForgotPasswordConfig.Builder emailSettings(EmailSettings emailSettings)
The configuration for the email sent when an app user forgets their password.
emailSettings - The configuration for the email sent when an app user forgets their password.default CreateBackendAuthForgotPasswordConfig.Builder emailSettings(Consumer<EmailSettings.Builder> emailSettings)
The configuration for the email sent when an app user forgets their password.
This is a convenience that creates an instance of theEmailSettings.Builder avoiding the need to
create one manually via EmailSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to emailSettings(EmailSettings).emailSettings - a consumer that will call methods on EmailSettings.BuilderemailSettings(EmailSettings)CreateBackendAuthForgotPasswordConfig.Builder smsSettings(SmsSettings smsSettings)
The configuration for the SMS message sent when an app user forgets their password.
smsSettings - The configuration for the SMS message sent when an app user forgets their password.default CreateBackendAuthForgotPasswordConfig.Builder smsSettings(Consumer<SmsSettings.Builder> smsSettings)
The configuration for the SMS message sent when an app user forgets their password.
This is a convenience that creates an instance of theSmsSettings.Builder avoiding the need to create
one manually via SmsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to smsSettings(SmsSettings).smsSettings - a consumer that will call methods on SmsSettings.BuildersmsSettings(SmsSettings)Copyright © 2022. All rights reserved.