MultiFactorAssertion interface

用於斷言次要因素擁有權的基礎類別。

這可以用來協助為現有使用者註冊第二重驗證,或為已驗證第一項驗證的使用者登入。

簽名:

export interface MultiFactorAssertion 

屬性

屬性 類型 說明
factorId (FactorIdMap 的類型)[keyof 類型 FactorIdMap] 第二個因素的 ID。

MultiFactorAssertion.factorId

第二個因素的 ID。

簽名:

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