Updates user’s two-factor authentication settings. The user must confirm the changes by entering a one-time code.
The workflow of using this call:
You must enable two-factor authentication for the Login project. Contact your Customer Success Manager to enable it.
login_url | string 在帐户确认、成功认证、双因素认证配置或密码重置确认后将用户重定向到的URL。必须与发布商帐户URL部分中指定的回调URL相同。要找到它,请前往登录管理器 > 您的登录管理器项目,在导航页的顶部区块中选择回调部分。 如果有多个回调URL,此参数为必需。 |
mfa_type required | string Type of the second factor. Can be: |
enabled | boolean Default: false 双因素认证设置的状态。设置为 |
locale | string
|
确定
未授权
无法处理的实体
请求过多
{- "enabled": true,
- "mfa_type": "email"
}