Skip to content

otplib API Documentation / @otplib/totp / Digits

Type Alias: Digits

Digits = 6 | 7 | 8

Defined in: core/src/types.ts:9

Supported number of digits for OTP codes

Released under the MIT License.