此介面代表使用者針對 CreateRequest
註冊的第二個要素基本屬性。
簽名:
export interface BaseCreateMultiFactorInfoRequest
屬性
屬性 | 類型 | 說明 |
---|---|---|
「displayName」 | 字串 | 已註冊的雙重驗證選用顯示名稱。 |
factorId | 字串 | 第二個因素的類型 ID。如果是簡訊雙重驗證,此選項為 phone 。 |
BaseCreateMultiFactorInfoRequest.displayName
已註冊的雙重驗證選用顯示名稱。
簽名:
displayName?: string;
BaseCreateMultiFactorInfoRequest.factorId
第二個因素的類型 ID。對於簡訊雙重驗證,建議值:phone
。
簽名:
factorId: string;