MultiFactorAssertion interface

用於聲明第二個因素的所有權的基底類別。

這用於促進現有用戶註冊第二個因素或已驗證第一個因素的用戶登入。

簽名:

export interface MultiFactorAssertion 

特性

財產類型描述
因子IDFactorIdMap類型)[ FactorIdMap類型的鍵]第二個因素的識別符。

多因素斷言.factorId

第二個因素的識別符。

簽名:

readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];