Interface representing configuration settings for TOTP second factor auth.
Signature:
export interface TotpMultiFactorProviderConfig
Properties
Property | Type | Description |
---|---|---|
adjacentIntervals | number | The allowed number of adjacent intervals that will be used for verification to compensate for clock skew. |
TotpMultiFactorProviderConfig.adjacentIntervals
The allowed number of adjacent intervals that will be used for verification to compensate for clock skew.
Signature:
adjacentIntervals?: number;