static CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.builder() |
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.deliveryMethod(String deliveryMethod) |
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who
want to recover their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.deliveryMethod(DeliveryMethod deliveryMethod) |
(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users who
want to recover their password.
|
default CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.emailSettings(Consumer<EmailSettings.Builder> emailSettings) |
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.emailSettings(EmailSettings emailSettings) |
(DEPRECATED) The configuration for the email sent when an app user forgets their password.
|
default CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.smsSettings(Consumer<SmsSettings.Builder> smsSettings) |
(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.Builder.smsSettings(SmsSettings smsSettings) |
(DEPRECATED) The configuration for the SMS message sent when an app user forgets their password.
|
CreateBackendAuthForgotPasswordConfig.Builder |
CreateBackendAuthForgotPasswordConfig.toBuilder() |
|