Values.UpdateBackendAuthUserPoolConfigSourceDescribes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.
type nonrec t = {forgotPassword : UpdateBackendAuthForgotPasswordConfig.t option;(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
*)mfa : UpdateBackendAuthMFAConfig.t option;Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
*)oAuth : UpdateBackendAuthOAuthConfig.t option;Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
*)passwordPolicy : UpdateBackendAuthPasswordPolicyConfig.t option;Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
*)verificationMessage : UpdateBackendAuthVerificationMessageConfig.t option;Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of float
| `Enum of string
| `List of [> `Enum of string | `String of string ] list
| `String of string
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ])
list ]