Values.SetUserPoolMfaConfigRequestSourceSets user pool multi-factor authentication (MFA) and passkey configuration. For more information about user pool MFA, see Adding MFA. For more information about WebAuthn passkeys see Authentication flows. This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in. If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.
type nonrec t = {userPoolId : UserPoolIdType.t;The user pool ID.
*)smsMfaConfiguration : SmsMfaConfigType.t option;Configures user pool SMS messages for MFA. Sets the message template and the SMS message sending configuration for Amazon SNS.
*)softwareTokenMfaConfiguration : SoftwareTokenMfaConfigType.t option;Configures a user pool for time-based one-time password (TOTP) MFA. Enables or disables TOTP.
*)emailMfaConfiguration : EmailMfaConfigType.t option;Sets configuration for user pool email message MFA and sign-in with one-time passwords (OTPs). Includes the subject and body of the email message template for sign-in and MFA messages. To activate this setting, your user pool must be in the Essentials tier or higher.
*)mfaConfiguration : UserPoolMfaType.t option;Sets multi-factor authentication (MFA) to be on, off, or optional. When ON, all users must set up MFA before they can sign in. When OPTIONAL, your application must make a client-side determination of whether a user wants to register an MFA device. For user pools with adaptive authentication with threat protection, choose OPTIONAL. When MfaConfiguration is OPTIONAL, managed login doesn't automatically prompt users to set up MFA. Amazon Cognito generates MFA prompts in API responses and in managed login for users who have chosen and configured a preferred MFA factor.
*)webAuthnConfiguration : WebAuthnConfigurationType.t option;The configuration of your user pool for passkey, or WebAuthn, authentication and registration. Includes relying-party configuration, user-verification requirements, and whether passkeys can satisfy MFA requirements.
*)}val make :
?smsMfaConfiguration:??? ->
?softwareTokenMfaConfiguration:??? ->
?emailMfaConfiguration:??? ->
?mfaConfiguration:??? ->
?webAuthnConfiguration:??? ->
userPoolId:UserPoolIdType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UserPoolIdType.t
| `Structure of
(string
* [> `Boolean of BooleanType.t
| `Enum of string
| `String of SmsVerificationMessageType.t
| `Structure of (string * [> `String of ArnType.t ]) list ])
list ])
list ]