Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateBackendAuthUserPoolConfig

import type { UpdateBackendAuthUserPoolConfig } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";

Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.

interface UpdateBackendAuthUserPoolConfig {
ForgotPassword?: UpdateBackendAuthForgotPasswordConfig | null;
PasswordPolicy?: UpdateBackendAuthPasswordPolicyConfig | null;
VerificationMessage?: UpdateBackendAuthVerificationMessageConfig | null;
}

§Properties

§

(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.

§

Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.

§

Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.

§

Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.

§

Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.