MultiFactorUpdateSettings interface

更新操作的多因素相关用户设置。

签名:

export interface MultiFactorUpdateSettings 

特性

财产类型描述
登记因素更新多因素信息请求[]|无效的已注册第二因素的更新列表。提供的列表将覆盖用户现有的第二因素列表。当传递 null 时,将删除用户现有的所有第二因素。

MultiFactorUpdateSettings.enrolledFactors

已注册第二因素的更新列表。提供的列表将覆盖用户现有的第二因素列表。当传递 null 时,将删除用户现有的所有第二因素。

签名:

enrolledFactors: UpdateMultiFactorInfoRequest[] | null;