MultiFactorProviderConfig interface

多重驗證供應商設定的介面。這個介面用於簡訊以外的雙重驗證服務供應商。目前僅支援 TOTP。

簽名:

export interface MultiFactorProviderConfig 

屬性

屬性 類型 說明
州/省 MultiFactorConfigState 指出這個多重要素提供者是否啟用或停用。
totpProviderConfig TotpMultiFactorProviderConfig TOTP 多重要素供應商設定。

MultiFactorProviderConfig.state

指出這個多重要素提供者是否啟用或停用。

簽名:

state: MultiFactorConfigState;

MultiFactorProviderConfig.totpProviderConfig

TOTP 多重要素供應商設定。

簽名:

totpProviderConfig?: TotpMultiFactorProviderConfig;