Set the user pool MFA configuration.
cognitoidentityprovider_set_user_pool_mfa_config(UserPoolId,
SmsMfaConfiguration, SoftwareTokenMfaConfiguration, MfaConfiguration)[required] The user pool ID.
The SMS text message MFA configuration.
The software token MFA configuration.
The MFA configuration.
svc$set_user_pool_mfa_config(
UserPoolId = "string",
SmsMfaConfiguration = list(
SmsAuthenticationMessage = "string",
SmsConfiguration = list(
SnsCallerArn = "string",
ExternalId = "string"
)
),
SoftwareTokenMfaConfiguration = list(
Enabled = TRUE|FALSE
),
MfaConfiguration = "OFF"|"ON"|"OPTIONAL"
)