MultiFactorConfig interface

多重要素設定的介面。這可用於定義是否啟用或停用多重驗證功能,以及支援的雙重驗證清單。

簽名:

export interface MultiFactorConfig 

屬性

屬性 類型 說明
factorId AuthFactorType[] 已啟用雙重驗證的 ID 清單。目前僅支援「phone」。
providerConfigs MultiFactorProviderConfig[] 多重要素提供者設定清單。MFA 供應商 (電話除外) 會指出是否透過這個欄位啟用。
州/省 MultiFactorConfigState 多重要素設定狀態。

MultiFactorConfig.factorIds

已啟用雙重驗證的 ID 清單。目前僅支援「phone」。

簽名:

factorIds?: AuthFactorType[];

MultiFactorConfig.providerConfigs

多重要素提供者設定清單。MFA 供應商 (電話除外) 會指出是否透過這個欄位啟用。

簽名:

providerConfigs?: MultiFactorProviderConfig[];

MultiFactorConfig.state

多重要素設定狀態。

簽名:

state: MultiFactorConfigState;