This action is no longer supported. You can use it to configure only
SMS MFA. You can't use it to configure TOTP software token MFA. To
configure either type of MFA, use
set_user_mfa_preference
instead.
cognitoidentityprovider_set_user_settings(AccessToken, MFAOptions)
An empty list.
[required] The access token for the set user settings request.
[required] You can use this parameter only to set an SMS configuration that uses SMS for delivery.
svc$set_user_settings(
AccessToken = "string",
MFAOptions = list(
list(
DeliveryMedium = "SMS"|"EMAIL",
AttributeName = "string"
)
)
)