TotpMultiFactorProviderConfig interface

表示 TOTP 第二因素身份验证配置设置的接口。

签名:

export interface TotpMultiFactorProviderConfig 

特性

财产类型描述
相邻间隔数字将用于验证以补偿时钟偏差的允许的相邻间隔数。

TotpMultiFactorProviderConfig.adjacentIntervals

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

签名:

adjacentIntervals?: number;