TotpMultiFactorProviderConfig interface

显示 TOTP 双重身份验证配置设置的接口。

签名

export interface TotpMultiFactorProviderConfig 

属性

属性 类型 说明
adjacentIntervals 数字 用于验证以补偿时钟偏差的相邻间隔的允许数量。

TotpMultiFactorProviderConfig.adjacentIntervals

用于验证以补偿时钟偏差的相邻间隔的允许数量。

签名

adjacentIntervals?: number;