MultiFactorUpdateSettings interface

更新操作的多因素相關使用者設定。

簽名:

export interface MultiFactorUpdateSettings 

特性

財產類型描述
登記因素更新多因素資訊請求[]|無效的已註冊第二因素的更新清單。提供的清單將覆蓋使用者現有的第二因素清單。當傳遞 null 時,將刪除使用者現有的所有第二因素。

MultiFactorUpdateSettings.enrolledFactors

已註冊第二因素的更新清單。提供的清單將覆蓋使用者現有的第二因素清單。當傳遞 null 時,將刪除使用者現有的所有第二因素。

簽名:

enrolledFactors: UpdateMultiFactorInfoRequest[] | null;