Skip to content

otplib API Documentation / @otplib/core / MAX_COUNTER

Variable: MAX_COUNTER

const MAX_COUNTER: number = Number.MAX_SAFE_INTEGER

Defined in: packages/core/src/utils.ts:72

Maximum safe integer for counter (2^53 - 1)

Released under the MIT License.