TotpMultiFactorProviderConfig interface

表示 TOTP 第二因素驗證配置設定的介面。

簽名:

export interface TotpMultiFactorProviderConfig 

特性

財產類型描述
相鄰間隔數位將用於驗證以補償時鐘偏差的允許的相鄰間隔數。

TotpMultiFactorProviderConfig.adjacentIntervals

將用於驗證以補償時鐘偏差的允許的相鄰間隔數。

簽名:

adjacentIntervals?: number;