#[non_exhaustive]pub struct UpdateBackendAuthUserPoolConfig { /* private fields */ }
Expand description
Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.
Implementations
sourceimpl UpdateBackendAuthUserPoolConfig
impl UpdateBackendAuthUserPoolConfig
sourcepub fn forgot_password(&self) -> Option<&UpdateBackendAuthForgotPasswordConfig>
pub fn forgot_password(&self) -> Option<&UpdateBackendAuthForgotPasswordConfig>
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
sourcepub fn mfa(&self) -> Option<&UpdateBackendAuthMfaConfig>
pub fn mfa(&self) -> Option<&UpdateBackendAuthMfaConfig>
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
sourcepub fn o_auth(&self) -> Option<&UpdateBackendAuthOAuthConfig>
pub fn o_auth(&self) -> Option<&UpdateBackendAuthOAuthConfig>
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
sourcepub fn password_policy(&self) -> Option<&UpdateBackendAuthPasswordPolicyConfig>
pub fn password_policy(&self) -> Option<&UpdateBackendAuthPasswordPolicyConfig>
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
sourcepub fn verification_message(
&self
) -> Option<&UpdateBackendAuthVerificationMessageConfig>
pub fn verification_message(
&self
) -> Option<&UpdateBackendAuthVerificationMessageConfig>
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
sourceimpl UpdateBackendAuthUserPoolConfig
impl UpdateBackendAuthUserPoolConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthUserPoolConfig
.
Trait Implementations
sourceimpl Clone for UpdateBackendAuthUserPoolConfig
impl Clone for UpdateBackendAuthUserPoolConfig
sourcefn clone(&self) -> UpdateBackendAuthUserPoolConfig
fn clone(&self) -> UpdateBackendAuthUserPoolConfig
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more